Shades of Tea Rose #FF85CF
Tints of Tea Rose #FF85CF
RGB
CMYK
RGB Variations
Color information
#FF85CF (or 0xFF85CF) is known color: Tea Rose. HEX triplet: FF, 85 and CF. RGB value is (255,133,207). Sum of RGB (Red+Green+Blue) = 255+133+207=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85CF is #007A30. Grayscale: #B1B1B1. Windows color (decimal): -31281 or 13600255. OLE color: 13600255.
HSL color Cylindrical-coordinate representation of color #FF85CF: hue angle of 323.61º 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 #FF85CF is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 207 | - |
| CMYK | 0 | 0.48 | 0.19 | 0 |
| HSL | 323.61º | 1% | 0.76% | - |
| HSV(B) | 323.61º | 0.48% | 1% | - |
| XYZ | 60.89 | 42.54 | 64.03 | - |
| YUV | 177.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 207 | 0 | 0.48 | 0.19 | 0 | 323.61 | 1 | 0.76 |
| Hex | FF | 85 | CF | 0 | 30 | 13 | 0 | 144 | 64 | 4C |
| Octal | 377 | 205 | 317 | 0 | 60 | 23 | 0 | 504 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11001111 | 0 | 110000 | 10011 | 0 | 101000100 | 1100100 | 1001100 |
Color Harmonies of #FF85CF
Complementary color
Monochromatic Colors of #FF85CF
Black with #FF85CF
Text Example
Text Example
White with #FF85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85CF; }
p { color: rgb(255,133,207); }
H1.HeaderClassName
{
color: #FF85CF;
}
.AnyTagClassName
{
color: #FF85CF;
}
</style>
background-color css
<style>
a { background-color: #FF85CF; }
a { background-color: rgb(255,133,207); }
div.DivClassName
{
background-color: #FF85CF;
}
.BgClassName
{
background-color: #FF85CF;
}
</style>
border-color css
<style>
span { border-color: #FF85CF; }
span { border-color: rgb(255,133,207); }
td.TdClassName
{
border-color: #FF85CF;
}
.TagClassName
{
border-color: #FF85CF;
}
</style>