#F490C9

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

Shades of Tea Rose #F490C9

Tints of Tea Rose #F490C9

Color information

#F490C9 (or 0xF490C9) is unknown color: approx Tea Rose. HEX triplet: F4, 90 and C9. RGB value is (244,144,201). Sum of RGB (Red+Green+Blue) = 244+144+201=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F490C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490C9 is #0B6F36. Grayscale: #B4B4B4. Windows color (decimal): -749367 or 13209844. OLE color: 13209844.

HSL color Cylindrical-coordinate representation of color #F490C9: hue angle of 325.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490C9 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB244144201-
CMYK00.410.180.04
HSL325.8º81.97%76.08%-
HSV(B)325.8º40.98%95.69%-
XYZ57.8243.460.59-
YUV180.4139.63173.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.43%
GREEN value IS 144 (56.64% from 255) = 24.45%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=41.43%
G=24.45%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414420100.410.180.04325.881.9776.08
HexF490C9029124146524c
Octal364220311051224506122114
Binary11110100100100001100100101010011001010010100011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490C9; }

 p { color: rgb(244,144,201); }

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

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

 a { background-color: rgb(244,144,201); }

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

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

 span { border-color: rgb(244,144,201); }

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