Shades of Hot Pink #FD56BA
Tints of Hot Pink #FD56BA
RGB
CMYK
RGB Variations
Color information
#FD56BA (or 0xFD56BA) is known color: Hot Pink. HEX triplet: FD, 56 and BA. RGB value is (253,86,186). Sum of RGB (Red+Green+Blue) = 253+86+186=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56BA is #02A945. Grayscale: #939393. Windows color (decimal): -174406 or 12211965. OLE color: 12211965.
HSL color Cylindrical-coordinate representation of color #FD56BA: hue angle of 324.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD56BA is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 86 | 186 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.01 |
| HSL | 324.07º | 0.98% | 0.66% | - |
| HSV(B) | 324.07º | 0.66% | 0.99% | - |
| XYZ | 52.7 | 31.08 | 49.68 | - |
| YUV | 147.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 86 | 186 | 0 | 0.66 | 0.26 | 0.01 | 324.07 | 0.98 | 0.66 |
| Hex | FD | 56 | BA | 0 | 42 | 1A | 1 | 144 | 62 | 42 |
| Octal | 375 | 126 | 272 | 0 | 102 | 32 | 1 | 504 | 142 | 102 |
| Binary | 11111101 | 1010110 | 10111010 | 0 | 1000010 | 11010 | 1 | 101000100 | 1100010 | 1000010 |
Color Harmonies of #FD56BA
Complementary color
Monochromatic Colors of #FD56BA
Black with #FD56BA
Text Example
Text Example
White with #FD56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD56BA; }
p { color: rgb(253,86,186); }
H1.HeaderClassName
{
color: #FD56BA;
}
.AnyTagClassName
{
color: #FD56BA;
}
</style>
background-color css
<style>
a { background-color: #FD56BA; }
a { background-color: rgb(253,86,186); }
div.DivClassName
{
background-color: #FD56BA;
}
.BgClassName
{
background-color: #FD56BA;
}
</style>
border-color css
<style>
span { border-color: #FD56BA; }
span { border-color: rgb(253,86,186); }
td.TdClassName
{
border-color: #FD56BA;
}
.TagClassName
{
border-color: #FD56BA;
}
</style>