Shades of Hot Pink #FC6CA6
Tints of Hot Pink #FC6CA6
RGB
CMYK
RGB Variations
Color information
#FC6CA6 (or 0xFC6CA6) is known color: Hot Pink. HEX triplet: FC, 6C and A6. RGB value is (252,108,166). Sum of RGB (Red+Green+Blue) = 252+108+166=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6CA6 is #039359. Grayscale: #9D9D9D. Windows color (decimal): -234330 or 10906876. OLE color: 10906876.
HSL color Cylindrical-coordinate representation of color #FC6CA6: hue angle of 335.83º 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 #FC6CA6 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 166 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.01 |
| HSL | 335.83º | 0.96% | 0.71% | - |
| HSV(B) | 335.83º | 0.57% | 0.99% | - |
| XYZ | 52.39 | 34.17 | 39.91 | - |
| YUV | 157.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 166 | 0 | 0.57 | 0.34 | 0.01 | 335.83 | 0.96 | 0.71 |
| Hex | FC | 6C | A6 | 0 | 39 | 22 | 1 | 150 | 60 | 47 |
| Octal | 374 | 154 | 246 | 0 | 71 | 42 | 1 | 520 | 140 | 107 |
| Binary | 11111100 | 1101100 | 10100110 | 0 | 111001 | 100010 | 1 | 101010000 | 1100000 | 1000111 |
Color Harmonies of #FC6CA6
Complementary color
Monochromatic Colors of #FC6CA6
Black with #FC6CA6
Text Example
Text Example
White with #FC6CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6CA6; }
p { color: rgb(252,108,166); }
H1.HeaderClassName
{
color: #FC6CA6;
}
.AnyTagClassName
{
color: #FC6CA6;
}
</style>
background-color css
<style>
a { background-color: #FC6CA6; }
a { background-color: rgb(252,108,166); }
div.DivClassName
{
background-color: #FC6CA6;
}
.BgClassName
{
background-color: #FC6CA6;
}
</style>
border-color css
<style>
span { border-color: #FC6CA6; }
span { border-color: rgb(252,108,166); }
td.TdClassName
{
border-color: #FC6CA6;
}
.TagClassName
{
border-color: #FC6CA6;
}
</style>