Shades of Hot Pink #FF56BB
Tints of Hot Pink #FF56BB
RGB
CMYK
RGB Variations
Color information
#FF56BB (or 0xFF56BB) is known color: Hot Pink. HEX triplet: FF, 56 and BB. RGB value is (255,86,187). Sum of RGB (Red+Green+Blue) = 255+86+187=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56BB is #00A944. Grayscale: #939393. Windows color (decimal): -43333 or 12277503. OLE color: 12277503.
HSL color Cylindrical-coordinate representation of color #FF56BB: hue angle of 324.14º 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 #FF56BB is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 187 | - |
| CMYK | 0 | 0.66 | 0.27 | 0 |
| HSL | 324.14º | 1% | 0.67% | - |
| HSV(B) | 324.14º | 0.66% | 1% | - |
| XYZ | 53.54 | 31.5 | 50.27 | - |
| YUV | 148.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 187 | 0 | 0.66 | 0.27 | 0 | 324.14 | 1 | 0.67 |
| Hex | FF | 56 | BB | 0 | 42 | 1B | 0 | 144 | 64 | 43 |
| Octal | 377 | 126 | 273 | 0 | 102 | 33 | 0 | 504 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10111011 | 0 | 1000010 | 11011 | 0 | 101000100 | 1100100 | 1000011 |
Color Harmonies of #FF56BB
Complementary color
Monochromatic Colors of #FF56BB
Black with #FF56BB
Text Example
Text Example
White with #FF56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56BB; }
p { color: rgb(255,86,187); }
H1.HeaderClassName
{
color: #FF56BB;
}
.AnyTagClassName
{
color: #FF56BB;
}
</style>
background-color css
<style>
a { background-color: #FF56BB; }
a { background-color: rgb(255,86,187); }
div.DivClassName
{
background-color: #FF56BB;
}
.BgClassName
{
background-color: #FF56BB;
}
</style>
border-color css
<style>
span { border-color: #FF56BB; }
span { border-color: rgb(255,86,187); }
td.TdClassName
{
border-color: #FF56BB;
}
.TagClassName
{
border-color: #FF56BB;
}
</style>