Shades of Hot Pink #FC66A6
Tints of Hot Pink #FC66A6
RGB
CMYK
RGB Variations
Color information
#FC66A6 (or 0xFC66A6) is known color: Hot Pink. HEX triplet: FC, 66 and A6. RGB value is (252,102,166). Sum of RGB (Red+Green+Blue) = 252+102+166=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC66A6 is #039959. Grayscale: #9A9A9A. Windows color (decimal): -235866 or 10905340. OLE color: 10905340.
HSL color Cylindrical-coordinate representation of color #FC66A6: hue angle of 334.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC66A6 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 166 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.01 |
| HSL | 334.4º | 0.96% | 0.69% | - |
| HSV(B) | 334.4º | 0.6% | 0.99% | - |
| XYZ | 51.78 | 32.95 | 39.71 | - |
| YUV | 154.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 166 | 0 | 0.60 | 0.34 | 0.01 | 334.4 | 0.96 | 0.69 |
| Hex | FC | 66 | A6 | 0 | 3C | 22 | 1 | 14E | 60 | 45 |
| Octal | 374 | 146 | 246 | 0 | 74 | 42 | 1 | 516 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10100110 | 0 | 111100 | 100010 | 1 | 101001110 | 1100000 | 1000101 |
Color Harmonies of #FC66A6
Complementary color
Monochromatic Colors of #FC66A6
Black with #FC66A6
Text Example
Text Example
White with #FC66A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66A6; }
p { color: rgb(252,102,166); }
H1.HeaderClassName
{
color: #FC66A6;
}
.AnyTagClassName
{
color: #FC66A6;
}
</style>
background-color css
<style>
a { background-color: #FC66A6; }
a { background-color: rgb(252,102,166); }
div.DivClassName
{
background-color: #FC66A6;
}
.BgClassName
{
background-color: #FC66A6;
}
</style>
border-color css
<style>
span { border-color: #FC66A6; }
span { border-color: rgb(252,102,166); }
td.TdClassName
{
border-color: #FC66A6;
}
.TagClassName
{
border-color: #FC66A6;
}
</style>