Shades of Hot Pink #FC6BA8
Tints of Hot Pink #FC6BA8
RGB
CMYK
RGB Variations
Color information
#FC6BA8 (or 0xFC6BA8) is known color: Hot Pink. HEX triplet: FC, 6B and A8. RGB value is (252,107,168). Sum of RGB (Red+Green+Blue) = 252+107+168=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6BA8 is #039457. Grayscale: #9D9D9D. Windows color (decimal): -234584 or 11037692. OLE color: 11037692.
HSL color Cylindrical-coordinate representation of color #FC6BA8: hue angle of 334.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6BA8 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 168 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.01 |
| HSL | 334.76º | 0.96% | 0.7% | - |
| HSV(B) | 334.76º | 0.58% | 0.99% | - |
| XYZ | 52.47 | 34.04 | 40.85 | - |
| YUV | 157.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 168 | 0 | 0.58 | 0.33 | 0.01 | 334.76 | 0.96 | 0.7 |
| Hex | FC | 6B | A8 | 0 | 3A | 21 | 1 | 14F | 60 | 46 |
| Octal | 374 | 153 | 250 | 0 | 72 | 41 | 1 | 517 | 140 | 106 |
| Binary | 11111100 | 1101011 | 10101000 | 0 | 111010 | 100001 | 1 | 101001111 | 1100000 | 1000110 |
Color Harmonies of #FC6BA8
Complementary color
Monochromatic Colors of #FC6BA8
Black with #FC6BA8
Text Example
Text Example
White with #FC6BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BA8; }
p { color: rgb(252,107,168); }
H1.HeaderClassName
{
color: #FC6BA8;
}
.AnyTagClassName
{
color: #FC6BA8;
}
</style>
background-color css
<style>
a { background-color: #FC6BA8; }
a { background-color: rgb(252,107,168); }
div.DivClassName
{
background-color: #FC6BA8;
}
.BgClassName
{
background-color: #FC6BA8;
}
</style>
border-color css
<style>
span { border-color: #FC6BA8; }
span { border-color: rgb(252,107,168); }
td.TdClassName
{
border-color: #FC6BA8;
}
.TagClassName
{
border-color: #FC6BA8;
}
</style>