Shades of Hot Pink #FF56B9
Tints of Hot Pink #FF56B9
RGB
CMYK
RGB Variations
Color information
#FF56B9 (or 0xFF56B9) is known color: Hot Pink. HEX triplet: FF, 56 and B9. RGB value is (255,86,185). Sum of RGB (Red+Green+Blue) = 255+86+185=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56B9 is #00A946. Grayscale: #939393. Windows color (decimal): -43335 or 12146431. OLE color: 12146431.
HSL color Cylindrical-coordinate representation of color #FF56B9: hue angle of 324.85º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56B9 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 185 | - |
| CMYK | 0 | 0.66 | 0.27 | 0 |
| HSL | 324.85º | 1% | 0.67% | - |
| HSV(B) | 324.85º | 0.66% | 1% | - |
| XYZ | 53.32 | 31.42 | 49.15 | - |
| YUV | 147.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 185 | 0 | 0.66 | 0.27 | 0 | 324.85 | 1 | 0.67 |
| Hex | FF | 56 | B9 | 0 | 42 | 1B | 0 | 145 | 64 | 43 |
| Octal | 377 | 126 | 271 | 0 | 102 | 33 | 0 | 505 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10111001 | 0 | 1000010 | 11011 | 0 | 101000101 | 1100100 | 1000011 |
Color Harmonies of #FF56B9
Complementary color
Monochromatic Colors of #FF56B9
Black with #FF56B9
Text Example
Text Example
White with #FF56B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56B9; }
p { color: rgb(255,86,185); }
H1.HeaderClassName
{
color: #FF56B9;
}
.AnyTagClassName
{
color: #FF56B9;
}
</style>
background-color css
<style>
a { background-color: #FF56B9; }
a { background-color: rgb(255,86,185); }
div.DivClassName
{
background-color: #FF56B9;
}
.BgClassName
{
background-color: #FF56B9;
}
</style>
border-color css
<style>
span { border-color: #FF56B9; }
span { border-color: rgb(255,86,185); }
td.TdClassName
{
border-color: #FF56B9;
}
.TagClassName
{
border-color: #FF56B9;
}
</style>