Shades of Tea Rose #FF84CA
Tints of Tea Rose #FF84CA
RGB
CMYK
RGB Variations
Color information
#FF84CA (or 0xFF84CA) is known color: Tea Rose. HEX triplet: FF, 84 and CA. RGB value is (255,132,202). Sum of RGB (Red+Green+Blue) = 255+132+202=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84CA is #007B35. Grayscale: #B0B0B0. Windows color (decimal): -31542 or 13272319. OLE color: 13272319.
HSL color Cylindrical-coordinate representation of color #FF84CA: hue angle of 325.85º 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 #FF84CA is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 202 | - |
| CMYK | 0 | 0.48 | 0.21 | 0 |
| HSL | 325.85º | 1% | 0.76% | - |
| HSV(B) | 325.85º | 0.48% | 1% | - |
| XYZ | 60.15 | 42.03 | 60.82 | - |
| YUV | 176.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 202 | 0 | 0.48 | 0.21 | 0 | 325.85 | 1 | 0.76 |
| Hex | FF | 84 | CA | 0 | 30 | 15 | 0 | 146 | 64 | 4C |
| Octal | 377 | 204 | 312 | 0 | 60 | 25 | 0 | 506 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11001010 | 0 | 110000 | 10101 | 0 | 101000110 | 1100100 | 1001100 |
Color Harmonies of #FF84CA
Complementary color
Monochromatic Colors of #FF84CA
Black with #FF84CA
Text Example
Text Example
White with #FF84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84CA; }
p { color: rgb(255,132,202); }
H1.HeaderClassName
{
color: #FF84CA;
}
.AnyTagClassName
{
color: #FF84CA;
}
</style>
background-color css
<style>
a { background-color: #FF84CA; }
a { background-color: rgb(255,132,202); }
div.DivClassName
{
background-color: #FF84CA;
}
.BgClassName
{
background-color: #FF84CA;
}
</style>
border-color css
<style>
span { border-color: #FF84CA; }
span { border-color: rgb(255,132,202); }
td.TdClassName
{
border-color: #FF84CA;
}
.TagClassName
{
border-color: #FF84CA;
}
</style>