#f285be

Color #F285BE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F285BE

Tints of Tea Rose #F285BE

Color information

#F285BE (or 0xF285BE) is unknown color: approx Tea Rose. HEX triplet: F2, 85 and BE. RGB value is (242,133,190). Sum of RGB (Red+Green+Blue) = 242+133+190=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F285BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285BE is #0D7A41. Grayscale: #ABABAB. Windows color (decimal): -883266 or 12486130. OLE color: 12486130.

HSL color Cylindrical-coordinate representation of color #F285BE: hue angle of 328.62º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285BE is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242133190-
CMYK00.450.210.05
HSL328.62º80.74%73.53%-
HSV(B)328.62º45.04%94.9%-
XYZ54.339.3753.45-
YUV172.09138.11177.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=42.83%
G=23.54%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213319000.450.210.05328.6280.7473.53
HexF285BE02D155149514a
Octal362205276055255511121112
Binary11110010100001011011111001011011010110110100100110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f285be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f285be; }

 p { color: rgb(242,133,190); }

 H1.HeaderClassName
 {
   color: #f285be;
 }
 .AnyTagClassName
 {
   color: #f285be;
 }
</style>
background-color css

<style>
 a { background-color: #f285be; }

 a { background-color: rgb(242,133,190); }

 div.DivClassName
 {
   background-color: #f285be;
 }
 .BgClassName
 {
   background-color: #f285be;
 }
</style>
border-color css

<style>
 span { border-color: #f285be; }

 span { border-color: rgb(242,133,190); }

 td.TdClassName
 {
   border-color: #f285be;
 }
 .TagClassName
 {
   border-color: #f285be;
 }
</style>