Shades of Tea Rose #FF84BF
Tints of Tea Rose #FF84BF
RGB
CMYK
RGB Variations
Color information
#FF84BF (or 0xFF84BF) is known color: Tea Rose. HEX triplet: FF, 84 and BF. RGB value is (255,132,191). Sum of RGB (Red+Green+Blue) = 255+132+191=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84BF is #007B40. Grayscale: #AFAFAF. Windows color (decimal): -31553 or 12551423. OLE color: 12551423.
HSL color Cylindrical-coordinate representation of color #FF84BF: hue angle of 331.22º 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 #FF84BF is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 191 | - |
| CMYK | 0 | 0.48 | 0.25 | 0 |
| HSL | 331.22º | 1% | 0.76% | - |
| HSV(B) | 331.22º | 0.48% | 1% | - |
| XYZ | 58.9 | 41.52 | 54.2 | - |
| YUV | 175.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 191 | 0 | 0.48 | 0.25 | 0 | 331.22 | 1 | 0.76 |
| Hex | FF | 84 | BF | 0 | 30 | 19 | 0 | 14B | 64 | 4C |
| Octal | 377 | 204 | 277 | 0 | 60 | 31 | 0 | 513 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10111111 | 0 | 110000 | 11001 | 0 | 101001011 | 1100100 | 1001100 |
Color Harmonies of #FF84BF
Complementary color
Monochromatic Colors of #FF84BF
Black with #FF84BF
Text Example
Text Example
White with #FF84BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84BF; }
p { color: rgb(255,132,191); }
H1.HeaderClassName
{
color: #FF84BF;
}
.AnyTagClassName
{
color: #FF84BF;
}
</style>
background-color css
<style>
a { background-color: #FF84BF; }
a { background-color: rgb(255,132,191); }
div.DivClassName
{
background-color: #FF84BF;
}
.BgClassName
{
background-color: #FF84BF;
}
</style>
border-color css
<style>
span { border-color: #FF84BF; }
span { border-color: rgb(255,132,191); }
td.TdClassName
{
border-color: #FF84BF;
}
.TagClassName
{
border-color: #FF84BF;
}
</style>