Shades of Tea Rose #FF84CB
Tints of Tea Rose #FF84CB
RGB
CMYK
RGB Variations
Color information
#FF84CB (or 0xFF84CB) is known color: Tea Rose. HEX triplet: FF, 84 and CB. RGB value is (255,132,203). Sum of RGB (Red+Green+Blue) = 255+132+203=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84CB is #007B34. Grayscale: #B0B0B0. Windows color (decimal): -31541 or 13337855. OLE color: 13337855.
HSL color Cylindrical-coordinate representation of color #FF84CB: hue angle of 325.37º 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 #FF84CB is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 203 | - |
| CMYK | 0 | 0.48 | 0.20 | 0 |
| HSL | 325.37º | 1% | 0.76% | - |
| HSV(B) | 325.37º | 0.48% | 1% | - |
| XYZ | 60.27 | 42.07 | 61.44 | - |
| YUV | 176.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 203 | 0 | 0.48 | 0.20 | 0 | 325.37 | 1 | 0.76 |
| Hex | FF | 84 | CB | 0 | 30 | 14 | 0 | 145 | 64 | 4C |
| Octal | 377 | 204 | 313 | 0 | 60 | 24 | 0 | 505 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11001011 | 0 | 110000 | 10100 | 0 | 101000101 | 1100100 | 1001100 |
Color Harmonies of #FF84CB
Complementary color
Monochromatic Colors of #FF84CB
Black with #FF84CB
Text Example
Text Example
White with #FF84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84CB; }
p { color: rgb(255,132,203); }
H1.HeaderClassName
{
color: #FF84CB;
}
.AnyTagClassName
{
color: #FF84CB;
}
</style>
background-color css
<style>
a { background-color: #FF84CB; }
a { background-color: rgb(255,132,203); }
div.DivClassName
{
background-color: #FF84CB;
}
.BgClassName
{
background-color: #FF84CB;
}
</style>
border-color css
<style>
span { border-color: #FF84CB; }
span { border-color: rgb(255,132,203); }
td.TdClassName
{
border-color: #FF84CB;
}
.TagClassName
{
border-color: #FF84CB;
}
</style>