Shades of Tea Rose #F090C8
Tints of Tea Rose #F090C8
RGB
CMYK
RGB Variations
Color information
#F090C8 (or 0xF090C8) is known color: Tea Rose. HEX triplet: F0, 90 and C8. RGB value is (240,144,200). Sum of RGB (Red+Green+Blue) = 240+144+200=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F090C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090C8 is #0F6F37. Grayscale: #B2B2B2. Windows color (decimal): -1011512 or 13144304. OLE color: 13144304.
HSL color Cylindrical-coordinate representation of color #F090C8: hue angle of 325º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090C8 is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 200 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.06 |
| HSL | 325º | 0.76% | 0.75% | - |
| HSV(B) | 325º | 0.4% | 0.94% | - |
| XYZ | 56.33 | 42.64 | 59.91 | - |
| YUV | 179.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 200 | 0 | 0.4 | 0.17 | 0.06 | 325 | 0.76 | 0.75 |
| Hex | F0 | 90 | C8 | 0 | 28 | 11 | 6 | 145 | 4C | 4B |
| Octal | 360 | 220 | 310 | 0 | 50 | 21 | 6 | 505 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11001000 | 0 | 101000 | 10001 | 110 | 101000101 | 1001100 | 1001011 |
Color Harmonies of #F090C8
Complementary color
Monochromatic Colors of #F090C8
Black with #F090C8
Text Example
Text Example
White with #F090C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090C8; }
p { color: rgb(240,144,200); }
H1.HeaderClassName
{
color: #F090C8;
}
.AnyTagClassName
{
color: #F090C8;
}
</style>
background-color css
<style>
a { background-color: #F090C8; }
a { background-color: rgb(240,144,200); }
div.DivClassName
{
background-color: #F090C8;
}
.BgClassName
{
background-color: #F090C8;
}
</style>
border-color css
<style>
span { border-color: #F090C8; }
span { border-color: rgb(240,144,200); }
td.TdClassName
{
border-color: #F090C8;
}
.TagClassName
{
border-color: #F090C8;
}
</style>