Shades of Hot Pink #FC6CAC
Tints of Hot Pink #FC6CAC
RGB
CMYK
RGB Variations
Color information
#FC6CAC (or 0xFC6CAC) is known color: Hot Pink. HEX triplet: FC, 6C and AC. RGB value is (252,108,172). Sum of RGB (Red+Green+Blue) = 252+108+172=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6CAC is #039353. Grayscale: #9E9E9E. Windows color (decimal): -234324 or 11300092. OLE color: 11300092.
HSL color Cylindrical-coordinate representation of color #FC6CAC: hue angle of 333.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CAC is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 172 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.01 |
| HSL | 333.33º | 0.96% | 0.71% | - |
| HSV(B) | 333.33º | 0.57% | 0.99% | - |
| XYZ | 52.95 | 34.4 | 42.88 | - |
| YUV | 158.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 172 | 0 | 0.57 | 0.32 | 0.01 | 333.33 | 0.96 | 0.71 |
| Hex | FC | 6C | AC | 0 | 39 | 20 | 1 | 14D | 60 | 47 |
| Octal | 374 | 154 | 254 | 0 | 71 | 40 | 1 | 515 | 140 | 107 |
| Binary | 11111100 | 1101100 | 10101100 | 0 | 111001 | 100000 | 1 | 101001101 | 1100000 | 1000111 |
Color Harmonies of #FC6CAC
Complementary color
Monochromatic Colors of #FC6CAC
Black with #FC6CAC
Text Example
Text Example
White with #FC6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6CAC; }
p { color: rgb(252,108,172); }
H1.HeaderClassName
{
color: #FC6CAC;
}
.AnyTagClassName
{
color: #FC6CAC;
}
</style>
background-color css
<style>
a { background-color: #FC6CAC; }
a { background-color: rgb(252,108,172); }
div.DivClassName
{
background-color: #FC6CAC;
}
.BgClassName
{
background-color: #FC6CAC;
}
</style>
border-color css
<style>
span { border-color: #FC6CAC; }
span { border-color: rgb(252,108,172); }
td.TdClassName
{
border-color: #FC6CAC;
}
.TagClassName
{
border-color: #FC6CAC;
}
</style>