Shades of Tea Rose #F090D1
Tints of Tea Rose #F090D1
RGB
CMYK
RGB Variations
Color information
#F090D1 (or 0xF090D1) is known color: Tea Rose. HEX triplet: F0, 90 and D1. RGB value is (240,144,209). Sum of RGB (Red+Green+Blue) = 240+144+209=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F090D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090D1 is #0F6F2E. Grayscale: #B3B3B3. Windows color (decimal): -1011503 or 13734128. OLE color: 13734128.
HSL color Cylindrical-coordinate representation of color #F090D1: hue angle of 319.38º 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 #F090D1 is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 209 | - |
| CMYK | 0 | 0.4 | 0.13 | 0.06 |
| HSL | 319.38º | 0.76% | 0.75% | - |
| HSV(B) | 319.38º | 0.4% | 0.94% | - |
| XYZ | 57.42 | 43.08 | 65.61 | - |
| YUV | 180.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 209 | 0 | 0.4 | 0.13 | 0.06 | 319.38 | 0.76 | 0.75 |
| Hex | F0 | 90 | D1 | 0 | 28 | D | 6 | 13F | 4C | 4B |
| Octal | 360 | 220 | 321 | 0 | 50 | 15 | 6 | 477 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11010001 | 0 | 101000 | 1101 | 110 | 100111111 | 1001100 | 1001011 |
Color Harmonies of #F090D1
Complementary color
Monochromatic Colors of #F090D1
Black with #F090D1
Text Example
Text Example
White with #F090D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090D1; }
p { color: rgb(240,144,209); }
H1.HeaderClassName
{
color: #F090D1;
}
.AnyTagClassName
{
color: #F090D1;
}
</style>
background-color css
<style>
a { background-color: #F090D1; }
a { background-color: rgb(240,144,209); }
div.DivClassName
{
background-color: #F090D1;
}
.BgClassName
{
background-color: #F090D1;
}
</style>
border-color css
<style>
span { border-color: #F090D1; }
span { border-color: rgb(240,144,209); }
td.TdClassName
{
border-color: #F090D1;
}
.TagClassName
{
border-color: #F090D1;
}
</style>