Shades of Persian Pink #FF84B5
Tints of Persian Pink #FF84B5
RGB
CMYK
RGB Variations
Color information
#FF84B5 (or 0xFF84B5) is known color: Persian Pink. HEX triplet: FF, 84 and B5. RGB value is (255,132,181). Sum of RGB (Red+Green+Blue) = 255+132+181=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84B5 is #007B4A. Grayscale: #AEAEAE. Windows color (decimal): -31563 or 11896063. OLE color: 11896063.
HSL color Cylindrical-coordinate representation of color #FF84B5: hue angle of 336.1º 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 #FF84B5 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 181 | - |
| CMYK | 0 | 0.48 | 0.29 | 0 |
| HSL | 336.1º | 1% | 0.76% | - |
| HSV(B) | 336.1º | 0.48% | 1% | - |
| XYZ | 57.83 | 41.1 | 48.6 | - |
| YUV | 174.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 181 | 0 | 0.48 | 0.29 | 0 | 336.1 | 1 | 0.76 |
| Hex | FF | 84 | B5 | 0 | 30 | 1D | 0 | 150 | 64 | 4C |
| Octal | 377 | 204 | 265 | 0 | 60 | 35 | 0 | 520 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10110101 | 0 | 110000 | 11101 | 0 | 101010000 | 1100100 | 1001100 |
Color Harmonies of #FF84B5
Complementary color
Monochromatic Colors of #FF84B5
Black with #FF84B5
Text Example
Text Example
White with #FF84B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84B5; }
p { color: rgb(255,132,181); }
H1.HeaderClassName
{
color: #FF84B5;
}
.AnyTagClassName
{
color: #FF84B5;
}
</style>
background-color css
<style>
a { background-color: #FF84B5; }
a { background-color: rgb(255,132,181); }
div.DivClassName
{
background-color: #FF84B5;
}
.BgClassName
{
background-color: #FF84B5;
}
</style>
border-color css
<style>
span { border-color: #FF84B5; }
span { border-color: rgb(255,132,181); }
td.TdClassName
{
border-color: #FF84B5;
}
.TagClassName
{
border-color: #FF84B5;
}
</style>