Shades of Tea Rose #F086C8
Tints of Tea Rose #F086C8
RGB
CMYK
RGB Variations
Color information
#F086C8 (or 0xF086C8) is known color: Tea Rose. HEX triplet: F0, 86 and C8. RGB value is (240,134,200). Sum of RGB (Red+Green+Blue) = 240+134+200=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F086C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086C8 is #0F7937. Grayscale: #ADADAD. Windows color (decimal): -1014072 or 13141744. OLE color: 13141744.
HSL color Cylindrical-coordinate representation of color #F086C8: hue angle of 322.64º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086C8 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 200 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.06 |
| HSL | 322.64º | 0.78% | 0.73% | - |
| HSV(B) | 322.64º | 0.44% | 0.94% | - |
| XYZ | 54.89 | 39.75 | 59.42 | - |
| YUV | 173.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 200 | 0 | 0.44 | 0.17 | 0.06 | 322.64 | 0.78 | 0.73 |
| Hex | F0 | 86 | C8 | 0 | 2C | 11 | 6 | 143 | 4E | 49 |
| Octal | 360 | 206 | 310 | 0 | 54 | 21 | 6 | 503 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11001000 | 0 | 101100 | 10001 | 110 | 101000011 | 1001110 | 1001001 |
Color Harmonies of #F086C8
Complementary color
Monochromatic Colors of #F086C8
Black with #F086C8
Text Example
Text Example
White with #F086C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086C8; }
p { color: rgb(240,134,200); }
H1.HeaderClassName
{
color: #F086C8;
}
.AnyTagClassName
{
color: #F086C8;
}
</style>
background-color css
<style>
a { background-color: #F086C8; }
a { background-color: rgb(240,134,200); }
div.DivClassName
{
background-color: #F086C8;
}
.BgClassName
{
background-color: #F086C8;
}
</style>
border-color css
<style>
span { border-color: #F086C8; }
span { border-color: rgb(240,134,200); }
td.TdClassName
{
border-color: #F086C8;
}
.TagClassName
{
border-color: #F086C8;
}
</style>