Shades of Tea Rose #F090D2
Tints of Tea Rose #F090D2
RGB
CMYK
RGB Variations
Color information
#F090D2 (or 0xF090D2) is known color: Tea Rose. HEX triplet: F0, 90 and D2. RGB value is (240,144,210). Sum of RGB (Red+Green+Blue) = 240+144+210=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F090D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090D2 is #0F6F2D. Grayscale: #B4B4B4. Windows color (decimal): -1011502 or 13799664. OLE color: 13799664.
HSL color Cylindrical-coordinate representation of color #F090D2: hue angle of 318.75º 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 #F090D2 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 210 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.06 |
| HSL | 318.75º | 0.76% | 0.75% | - |
| HSV(B) | 318.75º | 0.4% | 0.94% | - |
| XYZ | 57.54 | 43.12 | 66.26 | - |
| YUV | 180.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 210 | 0 | 0.4 | 0.12 | 0.06 | 318.75 | 0.76 | 0.75 |
| Hex | F0 | 90 | D2 | 0 | 28 | C | 6 | 13F | 4C | 4B |
| Octal | 360 | 220 | 322 | 0 | 50 | 14 | 6 | 477 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11010010 | 0 | 101000 | 1100 | 110 | 100111111 | 1001100 | 1001011 |
Color Harmonies of #F090D2
Complementary color
Monochromatic Colors of #F090D2
Black with #F090D2
Text Example
Text Example
White with #F090D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090D2; }
p { color: rgb(240,144,210); }
H1.HeaderClassName
{
color: #F090D2;
}
.AnyTagClassName
{
color: #F090D2;
}
</style>
background-color css
<style>
a { background-color: #F090D2; }
a { background-color: rgb(240,144,210); }
div.DivClassName
{
background-color: #F090D2;
}
.BgClassName
{
background-color: #F090D2;
}
</style>
border-color css
<style>
span { border-color: #F090D2; }
span { border-color: rgb(240,144,210); }
td.TdClassName
{
border-color: #F090D2;
}
.TagClassName
{
border-color: #F090D2;
}
</style>