Shades of Tea Rose #F08FD2
Tints of Tea Rose #F08FD2
RGB
CMYK
RGB Variations
Color information
#F08FD2 (or 0xF08FD2) is known color: Tea Rose. HEX triplet: F0, 8F and D2. RGB value is (240,143,210). Sum of RGB (Red+Green+Blue) = 240+143+210=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FD2 is #0F702D. Grayscale: #B3B3B3. Windows color (decimal): -1011758 or 13799408. OLE color: 13799408.
HSL color Cylindrical-coordinate representation of color #F08FD2: hue angle of 318.56º 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 #F08FD2 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 210 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.06 |
| HSL | 318.56º | 0.76% | 0.75% | - |
| HSV(B) | 318.56º | 0.4% | 0.94% | - |
| XYZ | 57.39 | 42.82 | 66.21 | - |
| YUV | 179.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 210 | 0 | 0.40 | 0.12 | 0.06 | 318.56 | 0.76 | 0.75 |
| Hex | F0 | 8F | D2 | 0 | 28 | C | 6 | 13F | 4C | 4B |
| Octal | 360 | 217 | 322 | 0 | 50 | 14 | 6 | 477 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11010010 | 0 | 101000 | 1100 | 110 | 100111111 | 1001100 | 1001011 |
Color Harmonies of #F08FD2
Complementary color
Monochromatic Colors of #F08FD2
Black with #F08FD2
Text Example
Text Example
White with #F08FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FD2; }
p { color: rgb(240,143,210); }
H1.HeaderClassName
{
color: #F08FD2;
}
.AnyTagClassName
{
color: #F08FD2;
}
</style>
background-color css
<style>
a { background-color: #F08FD2; }
a { background-color: rgb(240,143,210); }
div.DivClassName
{
background-color: #F08FD2;
}
.BgClassName
{
background-color: #F08FD2;
}
</style>
border-color css
<style>
span { border-color: #F08FD2; }
span { border-color: rgb(240,143,210); }
td.TdClassName
{
border-color: #F08FD2;
}
.TagClassName
{
border-color: #F08FD2;
}
</style>