Shades of Hot Pink #FC71AB
Tints of Hot Pink #FC71AB
RGB
CMYK
RGB Variations
Color information
#FC71AB (or 0xFC71AB) is known color: Hot Pink. HEX triplet: FC, 71 and AB. RGB value is (252,113,171). Sum of RGB (Red+Green+Blue) = 252+113+171=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC71AB is #038E54. Grayscale: #A1A1A1. Windows color (decimal): -233045 or 11235836. OLE color: 11235836.
HSL color Cylindrical-coordinate representation of color #FC71AB: hue angle of 334.96º 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 #FC71AB is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 171 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.01 |
| HSL | 334.96º | 0.96% | 0.72% | - |
| HSV(B) | 334.96º | 0.55% | 0.99% | - |
| XYZ | 53.4 | 35.45 | 42.56 | - |
| YUV | 161.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 171 | 0 | 0.55 | 0.32 | 0.01 | 334.96 | 0.96 | 0.72 |
| Hex | FC | 71 | AB | 0 | 37 | 20 | 1 | 14F | 60 | 48 |
| Octal | 374 | 161 | 253 | 0 | 67 | 40 | 1 | 517 | 140 | 110 |
| Binary | 11111100 | 1110001 | 10101011 | 0 | 110111 | 100000 | 1 | 101001111 | 1100000 | 1001000 |
Color Harmonies of #FC71AB
Complementary color
Monochromatic Colors of #FC71AB
Black with #FC71AB
Text Example
Text Example
White with #FC71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71AB; }
p { color: rgb(252,113,171); }
H1.HeaderClassName
{
color: #FC71AB;
}
.AnyTagClassName
{
color: #FC71AB;
}
</style>
background-color css
<style>
a { background-color: #FC71AB; }
a { background-color: rgb(252,113,171); }
div.DivClassName
{
background-color: #FC71AB;
}
.BgClassName
{
background-color: #FC71AB;
}
</style>
border-color css
<style>
span { border-color: #FC71AB; }
span { border-color: rgb(252,113,171); }
td.TdClassName
{
border-color: #FC71AB;
}
.TagClassName
{
border-color: #FC71AB;
}
</style>