Shades of Tea Rose #F08FC6
Tints of Tea Rose #F08FC6
RGB
CMYK
RGB Variations
Color information
#F08FC6 (or 0xF08FC6) is known color: Tea Rose. HEX triplet: F0, 8F and C6. RGB value is (240,143,198). Sum of RGB (Red+Green+Blue) = 240+143+198=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FC6 is #0F7039. Grayscale: #B2B2B2. Windows color (decimal): -1011770 or 13012976. OLE color: 13012976.
HSL color Cylindrical-coordinate representation of color #F08FC6: hue angle of 325.98º 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 #F08FC6 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 198 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.06 |
| HSL | 325.98º | 0.76% | 0.75% | - |
| HSV(B) | 325.98º | 0.4% | 0.94% | - |
| XYZ | 55.95 | 42.25 | 58.63 | - |
| YUV | 178.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 198 | 0 | 0.40 | 0.18 | 0.06 | 325.98 | 0.76 | 0.75 |
| Hex | F0 | 8F | C6 | 0 | 28 | 12 | 6 | 146 | 4C | 4B |
| Octal | 360 | 217 | 306 | 0 | 50 | 22 | 6 | 506 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11000110 | 0 | 101000 | 10010 | 110 | 101000110 | 1001100 | 1001011 |
Color Harmonies of #F08FC6
Complementary color
Monochromatic Colors of #F08FC6
Black with #F08FC6
Text Example
Text Example
White with #F08FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FC6; }
p { color: rgb(240,143,198); }
H1.HeaderClassName
{
color: #F08FC6;
}
.AnyTagClassName
{
color: #F08FC6;
}
</style>
background-color css
<style>
a { background-color: #F08FC6; }
a { background-color: rgb(240,143,198); }
div.DivClassName
{
background-color: #F08FC6;
}
.BgClassName
{
background-color: #F08FC6;
}
</style>
border-color css
<style>
span { border-color: #F08FC6; }
span { border-color: rgb(240,143,198); }
td.TdClassName
{
border-color: #F08FC6;
}
.TagClassName
{
border-color: #F08FC6;
}
</style>