Shades of Tea Rose #F08FC8
Tints of Tea Rose #F08FC8
RGB
CMYK
RGB Variations
Color information
#F08FC8 (or 0xF08FC8) is known color: Tea Rose. HEX triplet: F0, 8F and C8. RGB value is (240,143,200). Sum of RGB (Red+Green+Blue) = 240+143+200=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FC8 is #0F7037. Grayscale: #B2B2B2. Windows color (decimal): -1011768 or 13144048. OLE color: 13144048.
HSL color Cylindrical-coordinate representation of color #F08FC8: hue angle of 324.74º 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 #F08FC8 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 200 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.06 |
| HSL | 324.74º | 0.76% | 0.75% | - |
| HSV(B) | 324.74º | 0.4% | 0.94% | - |
| XYZ | 56.18 | 42.34 | 59.85 | - |
| YUV | 178.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 200 | 0 | 0.40 | 0.17 | 0.06 | 324.74 | 0.76 | 0.75 |
| Hex | F0 | 8F | C8 | 0 | 28 | 11 | 6 | 145 | 4C | 4B |
| Octal | 360 | 217 | 310 | 0 | 50 | 21 | 6 | 505 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11001000 | 0 | 101000 | 10001 | 110 | 101000101 | 1001100 | 1001011 |
Color Harmonies of #F08FC8
Complementary color
Monochromatic Colors of #F08FC8
Black with #F08FC8
Text Example
Text Example
White with #F08FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FC8; }
p { color: rgb(240,143,200); }
H1.HeaderClassName
{
color: #F08FC8;
}
.AnyTagClassName
{
color: #F08FC8;
}
</style>
background-color css
<style>
a { background-color: #F08FC8; }
a { background-color: rgb(240,143,200); }
div.DivClassName
{
background-color: #F08FC8;
}
.BgClassName
{
background-color: #F08FC8;
}
</style>
border-color css
<style>
span { border-color: #F08FC8; }
span { border-color: rgb(240,143,200); }
td.TdClassName
{
border-color: #F08FC8;
}
.TagClassName
{
border-color: #F08FC8;
}
</style>