#F287CE

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

Shades of Tea Rose #F287CE

Tints of Tea Rose #F287CE

Color information

#F287CE (or 0xF287CE) is unknown color: approx Tea Rose. HEX triplet: F2, 87 and CE. RGB value is (242,135,206). Sum of RGB (Red+Green+Blue) = 242+135+206=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F287CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287CE is #0D7831. Grayscale: #AEAEAE. Windows color (decimal): -882738 or 13535218. OLE color: 13535218.

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

Color convert

RGB242135206-
CMYK00.440.150.05
HSL320.19º80.45%73.92%-
HSV(B)320.19º44.21%94.9%-
XYZ56.4240.6663.27-
YUV175.09145.45175.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 135 (53.12% from 255) = 23.16%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=41.51%
G=23.16%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213520600.440.150.05320.1980.4573.92
HexF287CE02CF5140504a
Octal362207316054175500120112
Binary1111001010000111110011100101100111110110100000010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F287CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F287CE; }

 p { color: rgb(242,135,206); }

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

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

 a { background-color: rgb(242,135,206); }

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

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

 span { border-color: rgb(242,135,206); }

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