#F18EC9

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

Shades of Tea Rose #F18EC9

Tints of Tea Rose #F18EC9

Color information

#F18EC9 (or 0xF18EC9) is unknown color: approx Tea Rose. HEX triplet: F1, 8E and C9. RGB value is (241,142,201). Sum of RGB (Red+Green+Blue) = 241+142+201=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18EC9 is #0E7136. Grayscale: #B2B2B2. Windows color (decimal): -946487 or 13209329. OLE color: 13209329.

HSL color Cylindrical-coordinate representation of color #F18EC9: hue angle of 324.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18EC9 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241142201-
CMYK00.410.170.05
HSL324.24º77.95%75.1%-
HSV(B)324.24º41.08%94.51%-
XYZ56.4942.2660.44-
YUV178.33140.8172.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 142 (55.86% from 255) = 24.32%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=41.27%
G=24.32%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114220100.410.170.05324.2477.9575.1
HexF18EC90291151444e4b
Octal361216311051215504116113
Binary11110001100011101100100101010011000110110100010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EC9; }

 p { color: rgb(241,142,201); }

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

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

 a { background-color: rgb(241,142,201); }

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

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

 span { border-color: rgb(241,142,201); }

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