Shades of Tea Rose #F091D0
Tints of Tea Rose #F091D0
RGB
CMYK
RGB Variations
Color information
#F091D0 (or 0xF091D0) is known color: Tea Rose. HEX triplet: F0, 91 and D0. RGB value is (240,145,208). Sum of RGB (Red+Green+Blue) = 240+145+208=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F091D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091D0 is #0F6E2F. Grayscale: #B4B4B4. Windows color (decimal): -1011248 or 13668848. OLE color: 13668848.
HSL color Cylindrical-coordinate representation of color #F091D0: hue angle of 320.21º 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 #F091D0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 208 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.06 |
| HSL | 320.21º | 0.76% | 0.75% | - |
| HSV(B) | 320.21º | 0.4% | 0.94% | - |
| XYZ | 57.45 | 43.33 | 65.01 | - |
| YUV | 180.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 208 | 0 | 0.40 | 0.13 | 0.06 | 320.21 | 0.76 | 0.75 |
| Hex | F0 | 91 | D0 | 0 | 28 | D | 6 | 140 | 4C | 4B |
| Octal | 360 | 221 | 320 | 0 | 50 | 15 | 6 | 500 | 114 | 113 |
| Binary | 11110000 | 10010001 | 11010000 | 0 | 101000 | 1101 | 110 | 101000000 | 1001100 | 1001011 |
Color Harmonies of #F091D0
Complementary color
Monochromatic Colors of #F091D0
Black with #F091D0
Text Example
Text Example
White with #F091D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091D0; }
p { color: rgb(240,145,208); }
H1.HeaderClassName
{
color: #F091D0;
}
.AnyTagClassName
{
color: #F091D0;
}
</style>
background-color css
<style>
a { background-color: #F091D0; }
a { background-color: rgb(240,145,208); }
div.DivClassName
{
background-color: #F091D0;
}
.BgClassName
{
background-color: #F091D0;
}
</style>
border-color css
<style>
span { border-color: #F091D0; }
span { border-color: rgb(240,145,208); }
td.TdClassName
{
border-color: #F091D0;
}
.TagClassName
{
border-color: #F091D0;
}
</style>