Shades of Tea Rose #F490D2
Tints of Tea Rose #F490D2
RGB
CMYK
RGB Variations
Color information
#F490D2 (or 0xF490D2) is known color: Tea Rose. HEX triplet: F4, 90 and D2. RGB value is (244,144,210). Sum of RGB (Red+Green+Blue) = 244+144+210=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F490D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490D2 is #0B6F2D. Grayscale: #B5B5B5. Windows color (decimal): -749358 or 13799668. OLE color: 13799668.
HSL color Cylindrical-coordinate representation of color #F490D2: hue angle of 320.4º 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 #F490D2 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 210 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.04 |
| HSL | 320.4º | 0.82% | 0.76% | - |
| HSV(B) | 320.4º | 0.41% | 0.96% | - |
| XYZ | 58.91 | 43.83 | 66.33 | - |
| YUV | 181.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 210 | 0 | 0.41 | 0.14 | 0.04 | 320.4 | 0.82 | 0.76 |
| Hex | F4 | 90 | D2 | 0 | 29 | E | 4 | 140 | 52 | 4C |
| Octal | 364 | 220 | 322 | 0 | 51 | 16 | 4 | 500 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11010010 | 0 | 101001 | 1110 | 100 | 101000000 | 1010010 | 1001100 |
Color Harmonies of #F490D2
Complementary color
Monochromatic Colors of #F490D2
Black with #F490D2
Text Example
Text Example
White with #F490D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490D2; }
p { color: rgb(244,144,210); }
H1.HeaderClassName
{
color: #F490D2;
}
.AnyTagClassName
{
color: #F490D2;
}
</style>
background-color css
<style>
a { background-color: #F490D2; }
a { background-color: rgb(244,144,210); }
div.DivClassName
{
background-color: #F490D2;
}
.BgClassName
{
background-color: #F490D2;
}
</style>
border-color css
<style>
span { border-color: #F490D2; }
span { border-color: rgb(244,144,210); }
td.TdClassName
{
border-color: #F490D2;
}
.TagClassName
{
border-color: #F490D2;
}
</style>