Shades of Tea Rose #FF85C0
Tints of Tea Rose #FF85C0
RGB
CMYK
RGB Variations
Color information
#FF85C0 (or 0xFF85C0) is known color: Tea Rose. HEX triplet: FF, 85 and C0. RGB value is (255,133,192). Sum of RGB (Red+Green+Blue) = 255+133+192=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85C0 is #007A3F. Grayscale: #B0B0B0. Windows color (decimal): -31296 or 12617215. OLE color: 12617215.
HSL color Cylindrical-coordinate representation of color #FF85C0: hue angle of 330.98º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85C0 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 192 | - |
| CMYK | 0 | 0.48 | 0.25 | 0 |
| HSL | 330.98º | 1% | 0.76% | - |
| HSV(B) | 330.98º | 0.48% | 1% | - |
| XYZ | 59.14 | 41.84 | 54.83 | - |
| YUV | 176.2 | 136.92 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 192 | 0 | 0.48 | 0.25 | 0 | 330.98 | 1 | 0.76 |
| Hex | FF | 85 | C0 | 0 | 30 | 19 | 0 | 14B | 64 | 4C |
| Octal | 377 | 205 | 300 | 0 | 60 | 31 | 0 | 513 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11000000 | 0 | 110000 | 11001 | 0 | 101001011 | 1100100 | 1001100 |
Color Harmonies of #FF85C0
Complementary color
Monochromatic Colors of #FF85C0
Black with #FF85C0
Text Example
Text Example
White with #FF85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85C0; }
p { color: rgb(255,133,192); }
H1.HeaderClassName
{
color: #FF85C0;
}
.AnyTagClassName
{
color: #FF85C0;
}
</style>
background-color css
<style>
a { background-color: #FF85C0; }
a { background-color: rgb(255,133,192); }
div.DivClassName
{
background-color: #FF85C0;
}
.BgClassName
{
background-color: #FF85C0;
}
</style>
border-color css
<style>
span { border-color: #FF85C0; }
span { border-color: rgb(255,133,192); }
td.TdClassName
{
border-color: #FF85C0;
}
.TagClassName
{
border-color: #FF85C0;
}
</style>