#F290CE

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

Shades of Tea Rose #F290CE

Tints of Tea Rose #F290CE

Color information

#F290CE (or 0xF290CE) is unknown color: approx Tea Rose. HEX triplet: F2, 90 and CE. RGB value is (242,144,206). Sum of RGB (Red+Green+Blue) = 242+144+206=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F290CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290CE is #0D6F31. Grayscale: #B4B4B4. Windows color (decimal): -880434 or 13537522. OLE color: 13537522.

HSL color Cylindrical-coordinate representation of color #F290CE: hue angle of 322.04º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290CE is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242144206-
CMYK00.400.150.05
HSL322.04º79.03%75.69%-
HSV(B)322.04º40.5%94.9%-
XYZ57.7343.2863.7-
YUV180.37142.47171.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 144 (56.64% from 255) = 24.32%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=40.88%
G=24.32%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214420600.400.150.05322.0479.0375.69
HexF290CE028F51424f4c
Octal362220316050175502117114
Binary1111001010010000110011100101000111110110100001010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F290CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F290CE; }

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

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

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

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

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

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

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

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