Shades of Tea Rose #F08FD1
Tints of Tea Rose #F08FD1
RGB
CMYK
RGB Variations
Color information
#F08FD1 (or 0xF08FD1) is known color: Tea Rose. HEX triplet: F0, 8F and D1. RGB value is (240,143,209). Sum of RGB (Red+Green+Blue) = 240+143+209=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FD1 is #0F702E. Grayscale: #B3B3B3. Windows color (decimal): -1011759 or 13733872. OLE color: 13733872.
HSL color Cylindrical-coordinate representation of color #F08FD1: hue angle of 319.18º 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 #F08FD1 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 209 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.06 |
| HSL | 319.18º | 0.76% | 0.75% | - |
| HSV(B) | 319.18º | 0.4% | 0.94% | - |
| XYZ | 57.27 | 42.77 | 65.56 | - |
| YUV | 179.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 209 | 0 | 0.40 | 0.13 | 0.06 | 319.18 | 0.76 | 0.75 |
| Hex | F0 | 8F | D1 | 0 | 28 | D | 6 | 13F | 4C | 4B |
| Octal | 360 | 217 | 321 | 0 | 50 | 15 | 6 | 477 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11010001 | 0 | 101000 | 1101 | 110 | 100111111 | 1001100 | 1001011 |
Color Harmonies of #F08FD1
Complementary color
Monochromatic Colors of #F08FD1
Black with #F08FD1
Text Example
Text Example
White with #F08FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FD1; }
p { color: rgb(240,143,209); }
H1.HeaderClassName
{
color: #F08FD1;
}
.AnyTagClassName
{
color: #F08FD1;
}
</style>
background-color css
<style>
a { background-color: #F08FD1; }
a { background-color: rgb(240,143,209); }
div.DivClassName
{
background-color: #F08FD1;
}
.BgClassName
{
background-color: #F08FD1;
}
</style>
border-color css
<style>
span { border-color: #F08FD1; }
span { border-color: rgb(240,143,209); }
td.TdClassName
{
border-color: #F08FD1;
}
.TagClassName
{
border-color: #F08FD1;
}
</style>