Shades of Hot Pink #FC6AAC
Tints of Hot Pink #FC6AAC
RGB
CMYK
RGB Variations
Color information
#FC6AAC (or 0xFC6AAC) is known color: Hot Pink. HEX triplet: FC, 6A and AC. RGB value is (252,106,172). Sum of RGB (Red+Green+Blue) = 252+106+172=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6AAC is #039553. Grayscale: #9D9D9D. Windows color (decimal): -234836 or 11299580. OLE color: 11299580.
HSL color Cylindrical-coordinate representation of color #FC6AAC: hue angle of 332.88º 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 #FC6AAC is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 172 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.01 |
| HSL | 332.88º | 0.96% | 0.7% | - |
| HSV(B) | 332.88º | 0.58% | 0.99% | - |
| XYZ | 52.75 | 33.98 | 42.81 | - |
| YUV | 157.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 172 | 0 | 0.58 | 0.32 | 0.01 | 332.88 | 0.96 | 0.7 |
| Hex | FC | 6A | AC | 0 | 3A | 20 | 1 | 14D | 60 | 46 |
| Octal | 374 | 152 | 254 | 0 | 72 | 40 | 1 | 515 | 140 | 106 |
| Binary | 11111100 | 1101010 | 10101100 | 0 | 111010 | 100000 | 1 | 101001101 | 1100000 | 1000110 |
Color Harmonies of #FC6AAC
Complementary color
Monochromatic Colors of #FC6AAC
Black with #FC6AAC
Text Example
Text Example
White with #FC6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6AAC; }
p { color: rgb(252,106,172); }
H1.HeaderClassName
{
color: #FC6AAC;
}
.AnyTagClassName
{
color: #FC6AAC;
}
</style>
background-color css
<style>
a { background-color: #FC6AAC; }
a { background-color: rgb(252,106,172); }
div.DivClassName
{
background-color: #FC6AAC;
}
.BgClassName
{
background-color: #FC6AAC;
}
</style>
border-color css
<style>
span { border-color: #FC6AAC; }
span { border-color: rgb(252,106,172); }
td.TdClassName
{
border-color: #FC6AAC;
}
.TagClassName
{
border-color: #FC6AAC;
}
</style>