Shades of Hot Pink #FC64AA
Tints of Hot Pink #FC64AA
RGB
CMYK
RGB Variations
Color information
#FC64AA (or 0xFC64AA) is known color: Hot Pink. HEX triplet: FC, 64 and AA. RGB value is (252,100,170). Sum of RGB (Red+Green+Blue) = 252+100+170=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64AA is #039B55. Grayscale: #999999. Windows color (decimal): -236374 or 11166972. OLE color: 11166972.
HSL color Cylindrical-coordinate representation of color #FC64AA: hue angle of 332.37º 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 #FC64AA is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 170 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.01 |
| HSL | 332.37º | 0.96% | 0.69% | - |
| HSV(B) | 332.37º | 0.6% | 0.99% | - |
| XYZ | 51.96 | 32.71 | 41.61 | - |
| YUV | 153.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 170 | 0 | 0.60 | 0.33 | 0.01 | 332.37 | 0.96 | 0.69 |
| Hex | FC | 64 | AA | 0 | 3C | 21 | 1 | 14C | 60 | 45 |
| Octal | 374 | 144 | 252 | 0 | 74 | 41 | 1 | 514 | 140 | 105 |
| Binary | 11111100 | 1100100 | 10101010 | 0 | 111100 | 100001 | 1 | 101001100 | 1100000 | 1000101 |
Color Harmonies of #FC64AA
Complementary color
Monochromatic Colors of #FC64AA
Black with #FC64AA
Text Example
Text Example
White with #FC64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64AA; }
p { color: rgb(252,100,170); }
H1.HeaderClassName
{
color: #FC64AA;
}
.AnyTagClassName
{
color: #FC64AA;
}
</style>
background-color css
<style>
a { background-color: #FC64AA; }
a { background-color: rgb(252,100,170); }
div.DivClassName
{
background-color: #FC64AA;
}
.BgClassName
{
background-color: #FC64AA;
}
</style>
border-color css
<style>
span { border-color: #FC64AA; }
span { border-color: rgb(252,100,170); }
td.TdClassName
{
border-color: #FC64AA;
}
.TagClassName
{
border-color: #FC64AA;
}
</style>