#F490D0

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

Shades of Tea Rose #F490D0

Tints of Tea Rose #F490D0

Color information

#F490D0 (or 0xF490D0) is unknown color: approx Tea Rose. HEX triplet: F4, 90 and D0. RGB value is (244,144,208). Sum of RGB (Red+Green+Blue) = 244+144+208=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F490D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490D0 is #0B6F2F. Grayscale: #B5B5B5. Windows color (decimal): -749360 or 13668596. OLE color: 13668596.

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

Color convert

RGB244144208-
CMYK00.410.150.04
HSL321.6º81.97%76.08%-
HSV(B)321.6º40.98%95.69%-
XYZ58.6743.7365.02-
YUV181.2143.13172.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=40.94%
G=24.16%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414420800.410.150.04321.681.9776.08
HexF490D0029F4142524c
Octal364220320051174502122114
Binary1111010010010000110100000101001111110010100001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F490D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F490D0; }

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

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

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

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

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

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

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

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