#F490CB

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

Shades of Tea Rose #F490CB

Tints of Tea Rose #F490CB

Color information

#F490CB (or 0xF490CB) is unknown color: approx Tea Rose. HEX triplet: F4, 90 and CB. RGB value is (244,144,203). Sum of RGB (Red+Green+Blue) = 244+144+203=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F490CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490CB is #0B6F34. Grayscale: #B4B4B4. Windows color (decimal): -749365 or 13340916. OLE color: 13340916.

HSL color Cylindrical-coordinate representation of color #F490CB: hue angle of 324.6º 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 #F490CB is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244144203-
CMYK00.410.170.04
HSL324.6º81.97%76.08%-
HSV(B)324.6º40.98%95.69%-
XYZ58.0643.4961.83-
YUV180.63140.63173.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 144 (56.64% from 255) = 24.37%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=41.29%
G=24.37%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414420300.410.170.04324.681.9776.08
HexF490CB029114145524c
Octal364220313051214505122114
Binary11110100100100001100101101010011000110010100010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490CB; }

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

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

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

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

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

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

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

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