Shades of Tea Rose #F490CB
Tints of Tea Rose #F490CB
RGB
CMYK
RGB Variations
Color information
#F490CB (or 0xF490CB) is known color: 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
| RGB | 244 | 144 | 203 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.04 |
| HSL | 324.6º | 0.82% | 0.76% | - |
| HSV(B) | 324.6º | 0.41% | 0.96% | - |
| XYZ | 58.06 | 43.49 | 61.83 | - |
| YUV | 180.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 203 | 0 | 0.41 | 0.17 | 0.04 | 324.6 | 0.82 | 0.76 |
| Hex | F4 | 90 | CB | 0 | 29 | 11 | 4 | 145 | 52 | 4C |
| Octal | 364 | 220 | 313 | 0 | 51 | 21 | 4 | 505 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11001011 | 0 | 101001 | 10001 | 100 | 101000101 | 1010010 | 1001100 |
Color Harmonies of #F490CB
Complementary color
Monochromatic Colors of #F490CB
Black with #F490CB
Text Example
Text Example
White with #F490CB
Text Example
Text Example
HTML Codes & Css Web 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>