Shades of Tea Rose #F090D0
Tints of Tea Rose #F090D0
RGB
CMYK
RGB Variations
Color information
#F090D0 (or 0xF090D0) is known color: Tea Rose. HEX triplet: F0, 90 and D0. RGB value is (240,144,208). Sum of RGB (Red+Green+Blue) = 240+144+208=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F090D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090D0 is #0F6F2F. Grayscale: #B3B3B3. Windows color (decimal): -1011504 or 13668592. OLE color: 13668592.
HSL color Cylindrical-coordinate representation of color #F090D0: hue angle of 320º 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 #F090D0 is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 208 | - |
| CMYK | 0 | 0.4 | 0.13 | 0.06 |
| HSL | 320º | 0.76% | 0.75% | - |
| HSV(B) | 320º | 0.4% | 0.94% | - |
| XYZ | 57.29 | 43.03 | 64.96 | - |
| YUV | 180 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 208 | 0 | 0.4 | 0.13 | 0.06 | 320 | 0.76 | 0.75 |
| Hex | F0 | 90 | D0 | 0 | 28 | D | 6 | 140 | 4C | 4B |
| Octal | 360 | 220 | 320 | 0 | 50 | 15 | 6 | 500 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11010000 | 0 | 101000 | 1101 | 110 | 101000000 | 1001100 | 1001011 |
Color Harmonies of #F090D0
Complementary color
Monochromatic Colors of #F090D0
Black with #F090D0
Text Example
Text Example
White with #F090D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090D0; }
p { color: rgb(240,144,208); }
H1.HeaderClassName
{
color: #F090D0;
}
.AnyTagClassName
{
color: #F090D0;
}
</style>
background-color css
<style>
a { background-color: #F090D0; }
a { background-color: rgb(240,144,208); }
div.DivClassName
{
background-color: #F090D0;
}
.BgClassName
{
background-color: #F090D0;
}
</style>
border-color css
<style>
span { border-color: #F090D0; }
span { border-color: rgb(240,144,208); }
td.TdClassName
{
border-color: #F090D0;
}
.TagClassName
{
border-color: #F090D0;
}
</style>