Shades of Hot Pink #FC64AD
Tints of Hot Pink #FC64AD
RGB
CMYK
RGB Variations
Color information
#FC64AD (or 0xFC64AD) is known color: Hot Pink. HEX triplet: FC, 64 and AD. RGB value is (252,100,173). Sum of RGB (Red+Green+Blue) = 252+100+173=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64AD is #039B52. Grayscale: #999999. Windows color (decimal): -236371 or 11363580. OLE color: 11363580.
HSL color Cylindrical-coordinate representation of color #FC64AD: hue angle of 331.18º 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 #FC64AD is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 173 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.01 |
| HSL | 331.18º | 0.96% | 0.69% | - |
| HSV(B) | 331.18º | 0.6% | 0.99% | - |
| XYZ | 52.24 | 32.83 | 43.12 | - |
| YUV | 153.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 173 | 0 | 0.60 | 0.31 | 0.01 | 331.18 | 0.96 | 0.69 |
| Hex | FC | 64 | AD | 0 | 3C | 1F | 1 | 14B | 60 | 45 |
| Octal | 374 | 144 | 255 | 0 | 74 | 37 | 1 | 513 | 140 | 105 |
| Binary | 11111100 | 1100100 | 10101101 | 0 | 111100 | 11111 | 1 | 101001011 | 1100000 | 1000101 |
Color Harmonies of #FC64AD
Complementary color
Monochromatic Colors of #FC64AD
Black with #FC64AD
Text Example
Text Example
White with #FC64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64AD; }
p { color: rgb(252,100,173); }
H1.HeaderClassName
{
color: #FC64AD;
}
.AnyTagClassName
{
color: #FC64AD;
}
</style>
background-color css
<style>
a { background-color: #FC64AD; }
a { background-color: rgb(252,100,173); }
div.DivClassName
{
background-color: #FC64AD;
}
.BgClassName
{
background-color: #FC64AD;
}
</style>
border-color css
<style>
span { border-color: #FC64AD; }
span { border-color: rgb(252,100,173); }
td.TdClassName
{
border-color: #FC64AD;
}
.TagClassName
{
border-color: #FC64AD;
}
</style>