Shades of Hot Pink #FC71BA
Tints of Hot Pink #FC71BA
RGB
CMYK
RGB Variations
Color information
#FC71BA (or 0xFC71BA) is known color: Hot Pink. HEX triplet: FC, 71 and BA. RGB value is (252,113,186). Sum of RGB (Red+Green+Blue) = 252+113+186=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71BA is #038E45. Grayscale: #A2A2A2. Windows color (decimal): -233030 or 12218876. OLE color: 12218876.
HSL color Cylindrical-coordinate representation of color #FC71BA: hue angle of 328.49º 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 #FC71BA is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 186 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.01 |
| HSL | 328.49º | 0.96% | 0.72% | - |
| HSV(B) | 328.49º | 0.55% | 0.99% | - |
| XYZ | 54.91 | 36.05 | 50.52 | - |
| YUV | 162.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 186 | 0 | 0.55 | 0.26 | 0.01 | 328.49 | 0.96 | 0.72 |
| Hex | FC | 71 | BA | 0 | 37 | 1A | 1 | 148 | 60 | 48 |
| Octal | 374 | 161 | 272 | 0 | 67 | 32 | 1 | 510 | 140 | 110 |
| Binary | 11111100 | 1110001 | 10111010 | 0 | 110111 | 11010 | 1 | 101001000 | 1100000 | 1001000 |
Color Harmonies of #FC71BA
Complementary color
Monochromatic Colors of #FC71BA
Black with #FC71BA
Text Example
Text Example
White with #FC71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71BA; }
p { color: rgb(252,113,186); }
H1.HeaderClassName
{
color: #FC71BA;
}
.AnyTagClassName
{
color: #FC71BA;
}
</style>
background-color css
<style>
a { background-color: #FC71BA; }
a { background-color: rgb(252,113,186); }
div.DivClassName
{
background-color: #FC71BA;
}
.BgClassName
{
background-color: #FC71BA;
}
</style>
border-color css
<style>
span { border-color: #FC71BA; }
span { border-color: rgb(252,113,186); }
td.TdClassName
{
border-color: #FC71BA;
}
.TagClassName
{
border-color: #FC71BA;
}
</style>