Shades of Persian Pink #FF84BB
Tints of Persian Pink #FF84BB
RGB
CMYK
RGB Variations
Color information
#FF84BB (or 0xFF84BB) is known color: Persian Pink. HEX triplet: FF, 84 and BB. RGB value is (255,132,187). Sum of RGB (Red+Green+Blue) = 255+132+187=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84BB is #007B44. Grayscale: #AEAEAE. Windows color (decimal): -31557 or 12289279. OLE color: 12289279.
HSL color Cylindrical-coordinate representation of color #FF84BB: hue angle of 333.17º 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 #FF84BB is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 187 | - |
| CMYK | 0 | 0.48 | 0.27 | 0 |
| HSL | 333.17º | 1% | 0.76% | - |
| HSV(B) | 333.17º | 0.48% | 1% | - |
| XYZ | 58.46 | 41.35 | 51.91 | - |
| YUV | 175.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 187 | 0 | 0.48 | 0.27 | 0 | 333.17 | 1 | 0.76 |
| Hex | FF | 84 | BB | 0 | 30 | 1B | 0 | 14D | 64 | 4C |
| Octal | 377 | 204 | 273 | 0 | 60 | 33 | 0 | 515 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10111011 | 0 | 110000 | 11011 | 0 | 101001101 | 1100100 | 1001100 |
Color Harmonies of #FF84BB
Complementary color
Monochromatic Colors of #FF84BB
Black with #FF84BB
Text Example
Text Example
White with #FF84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84BB; }
p { color: rgb(255,132,187); }
H1.HeaderClassName
{
color: #FF84BB;
}
.AnyTagClassName
{
color: #FF84BB;
}
</style>
background-color css
<style>
a { background-color: #FF84BB; }
a { background-color: rgb(255,132,187); }
div.DivClassName
{
background-color: #FF84BB;
}
.BgClassName
{
background-color: #FF84BB;
}
</style>
border-color css
<style>
span { border-color: #FF84BB; }
span { border-color: rgb(255,132,187); }
td.TdClassName
{
border-color: #FF84BB;
}
.TagClassName
{
border-color: #FF84BB;
}
</style>