Shades of Tea Rose #F086CB
Tints of Tea Rose #F086CB
RGB
CMYK
RGB Variations
Color information
#F086CB (or 0xF086CB) is known color: Tea Rose. HEX triplet: F0, 86 and CB. RGB value is (240,134,203). Sum of RGB (Red+Green+Blue) = 240+134+203=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F086CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086CB is #0F7934. Grayscale: #ADADAD. Windows color (decimal): -1014069 or 13338352. OLE color: 13338352.
HSL color Cylindrical-coordinate representation of color #F086CB: hue angle of 320.94º 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 #F086CB is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 203 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.06 |
| HSL | 320.94º | 0.78% | 0.73% | - |
| HSV(B) | 320.94º | 0.44% | 0.94% | - |
| XYZ | 55.24 | 39.89 | 61.29 | - |
| YUV | 173.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 203 | 0 | 0.44 | 0.15 | 0.06 | 320.94 | 0.78 | 0.73 |
| Hex | F0 | 86 | CB | 0 | 2C | F | 6 | 141 | 4E | 49 |
| Octal | 360 | 206 | 313 | 0 | 54 | 17 | 6 | 501 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11001011 | 0 | 101100 | 1111 | 110 | 101000001 | 1001110 | 1001001 |
Color Harmonies of #F086CB
Complementary color
Monochromatic Colors of #F086CB
Black with #F086CB
Text Example
Text Example
White with #F086CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086CB; }
p { color: rgb(240,134,203); }
H1.HeaderClassName
{
color: #F086CB;
}
.AnyTagClassName
{
color: #F086CB;
}
</style>
background-color css
<style>
a { background-color: #F086CB; }
a { background-color: rgb(240,134,203); }
div.DivClassName
{
background-color: #F086CB;
}
.BgClassName
{
background-color: #F086CB;
}
</style>
border-color css
<style>
span { border-color: #F086CB; }
span { border-color: rgb(240,134,203); }
td.TdClassName
{
border-color: #F086CB;
}
.TagClassName
{
border-color: #F086CB;
}
</style>