Shades of Tea Rose #FF84CF
Tints of Tea Rose #FF84CF
RGB
CMYK
RGB Variations
Color information
#FF84CF (or 0xFF84CF) is known color: Tea Rose. HEX triplet: FF, 84 and CF. RGB value is (255,132,207). Sum of RGB (Red+Green+Blue) = 255+132+207=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84CF is #007B30. Grayscale: #B1B1B1. Windows color (decimal): -31537 or 13599999. OLE color: 13599999.
HSL color Cylindrical-coordinate representation of color #FF84CF: hue angle of 323.41º 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 #FF84CF is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 207 | - |
| CMYK | 0 | 0.48 | 0.19 | 0 |
| HSL | 323.41º | 1% | 0.76% | - |
| HSV(B) | 323.41º | 0.48% | 1% | - |
| XYZ | 60.75 | 42.27 | 63.99 | - |
| YUV | 177.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 207 | 0 | 0.48 | 0.19 | 0 | 323.41 | 1 | 0.76 |
| Hex | FF | 84 | CF | 0 | 30 | 13 | 0 | 143 | 64 | 4C |
| Octal | 377 | 204 | 317 | 0 | 60 | 23 | 0 | 503 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11001111 | 0 | 110000 | 10011 | 0 | 101000011 | 1100100 | 1001100 |
Color Harmonies of #FF84CF
Complementary color
Monochromatic Colors of #FF84CF
Black with #FF84CF
Text Example
Text Example
White with #FF84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84CF; }
p { color: rgb(255,132,207); }
H1.HeaderClassName
{
color: #FF84CF;
}
.AnyTagClassName
{
color: #FF84CF;
}
</style>
background-color css
<style>
a { background-color: #FF84CF; }
a { background-color: rgb(255,132,207); }
div.DivClassName
{
background-color: #FF84CF;
}
.BgClassName
{
background-color: #FF84CF;
}
</style>
border-color css
<style>
span { border-color: #FF84CF; }
span { border-color: rgb(255,132,207); }
td.TdClassName
{
border-color: #FF84CF;
}
.TagClassName
{
border-color: #FF84CF;
}
</style>