Shades of Tea Rose #FF87C0
Tints of Tea Rose #FF87C0
RGB
CMYK
RGB Variations
Color information
#FF87C0 (or 0xFF87C0) is known color: Tea Rose. HEX triplet: FF, 87 and C0. RGB value is (255,135,192). Sum of RGB (Red+Green+Blue) = 255+135+192=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87C0 is #00783F. Grayscale: #B1B1B1. Windows color (decimal): -30784 or 12617727. OLE color: 12617727.
HSL color Cylindrical-coordinate representation of color #FF87C0: hue angle of 331.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87C0 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 192 | - |
| CMYK | 0 | 0.47 | 0.25 | 0 |
| HSL | 331.5º | 1% | 0.76% | - |
| HSV(B) | 331.5º | 0.47% | 1% | - |
| XYZ | 59.42 | 42.39 | 54.92 | - |
| YUV | 177.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 192 | 0 | 0.47 | 0.25 | 0 | 331.5 | 1 | 0.76 |
| Hex | FF | 87 | C0 | 0 | 2F | 19 | 0 | 14C | 64 | 4C |
| Octal | 377 | 207 | 300 | 0 | 57 | 31 | 0 | 514 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11000000 | 0 | 101111 | 11001 | 0 | 101001100 | 1100100 | 1001100 |
Color Harmonies of #FF87C0
Complementary color
Monochromatic Colors of #FF87C0
Black with #FF87C0
Text Example
Text Example
White with #FF87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87C0; }
p { color: rgb(255,135,192); }
H1.HeaderClassName
{
color: #FF87C0;
}
.AnyTagClassName
{
color: #FF87C0;
}
</style>
background-color css
<style>
a { background-color: #FF87C0; }
a { background-color: rgb(255,135,192); }
div.DivClassName
{
background-color: #FF87C0;
}
.BgClassName
{
background-color: #FF87C0;
}
</style>
border-color css
<style>
span { border-color: #FF87C0; }
span { border-color: rgb(255,135,192); }
td.TdClassName
{
border-color: #FF87C0;
}
.TagClassName
{
border-color: #FF87C0;
}
</style>