Shades of Hot Pink #FF52B9
Tints of Hot Pink #FF52B9
RGB
CMYK
RGB Variations
Color information
#FF52B9 (or 0xFF52B9) is known color: Hot Pink. HEX triplet: FF, 52 and B9. RGB value is (255,82,185). Sum of RGB (Red+Green+Blue) = 255+82+185=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52B9 is #00AD46. Grayscale: #919191. Windows color (decimal): -44359 or 12145407. OLE color: 12145407.
HSL color Cylindrical-coordinate representation of color #FF52B9: hue angle of 324.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52B9 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 185 | - |
| CMYK | 0 | 0.68 | 0.27 | 0 |
| HSL | 324.28º | 1% | 0.66% | - |
| HSV(B) | 324.28º | 0.68% | 1% | - |
| XYZ | 53.01 | 30.8 | 49.05 | - |
| YUV | 145.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 185 | 0 | 0.68 | 0.27 | 0 | 324.28 | 1 | 0.66 |
| Hex | FF | 52 | B9 | 0 | 44 | 1B | 0 | 144 | 64 | 42 |
| Octal | 377 | 122 | 271 | 0 | 104 | 33 | 0 | 504 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10111001 | 0 | 1000100 | 11011 | 0 | 101000100 | 1100100 | 1000010 |
Color Harmonies of #FF52B9
Complementary color
Monochromatic Colors of #FF52B9
Black with #FF52B9
Text Example
Text Example
White with #FF52B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52B9; }
p { color: rgb(255,82,185); }
H1.HeaderClassName
{
color: #FF52B9;
}
.AnyTagClassName
{
color: #FF52B9;
}
</style>
background-color css
<style>
a { background-color: #FF52B9; }
a { background-color: rgb(255,82,185); }
div.DivClassName
{
background-color: #FF52B9;
}
.BgClassName
{
background-color: #FF52B9;
}
</style>
border-color css
<style>
span { border-color: #FF52B9; }
span { border-color: rgb(255,82,185); }
td.TdClassName
{
border-color: #FF52B9;
}
.TagClassName
{
border-color: #FF52B9;
}
</style>