Shades of Hot Pink #FC71A8
Tints of Hot Pink #FC71A8
RGB
CMYK
RGB Variations
Color information
#FC71A8 (or 0xFC71A8) is known color: Hot Pink. HEX triplet: FC, 71 and A8. RGB value is (252,113,168). Sum of RGB (Red+Green+Blue) = 252+113+168=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC71A8 is #038E57. Grayscale: #A0A0A0. Windows color (decimal): -233048 or 11039228. OLE color: 11039228.
HSL color Cylindrical-coordinate representation of color #FC71A8: hue angle of 336.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC71A8 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 168 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.01 |
| HSL | 336.26º | 0.96% | 0.72% | - |
| HSV(B) | 336.26º | 0.55% | 0.99% | - |
| XYZ | 53.12 | 35.33 | 41.07 | - |
| YUV | 160.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 168 | 0 | 0.55 | 0.33 | 0.01 | 336.26 | 0.96 | 0.72 |
| Hex | FC | 71 | A8 | 0 | 37 | 21 | 1 | 150 | 60 | 48 |
| Octal | 374 | 161 | 250 | 0 | 67 | 41 | 1 | 520 | 140 | 110 |
| Binary | 11111100 | 1110001 | 10101000 | 0 | 110111 | 100001 | 1 | 101010000 | 1100000 | 1001000 |
Color Harmonies of #FC71A8
Complementary color
Monochromatic Colors of #FC71A8
Black with #FC71A8
Text Example
Text Example
White with #FC71A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71A8; }
p { color: rgb(252,113,168); }
H1.HeaderClassName
{
color: #FC71A8;
}
.AnyTagClassName
{
color: #FC71A8;
}
</style>
background-color css
<style>
a { background-color: #FC71A8; }
a { background-color: rgb(252,113,168); }
div.DivClassName
{
background-color: #FC71A8;
}
.BgClassName
{
background-color: #FC71A8;
}
</style>
border-color css
<style>
span { border-color: #FC71A8; }
span { border-color: rgb(252,113,168); }
td.TdClassName
{
border-color: #FC71A8;
}
.TagClassName
{
border-color: #FC71A8;
}
</style>