Shades of Hot Pink #FD64AA
Tints of Hot Pink #FD64AA
RGB
CMYK
RGB Variations
Color information
#FD64AA (or 0xFD64AA) is known color: Hot Pink. HEX triplet: FD, 64 and AA. RGB value is (253,100,170). Sum of RGB (Red+Green+Blue) = 253+100+170=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD64AA is #029B55. Grayscale: #999999. Windows color (decimal): -170838 or 11166973. OLE color: 11166973.
HSL color Cylindrical-coordinate representation of color #FD64AA: hue angle of 332.55º degrees, saturation: 0.97, 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 #FD64AA is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 170 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.01 |
| HSL | 332.55º | 0.97% | 0.69% | - |
| HSV(B) | 332.55º | 0.6% | 0.99% | - |
| XYZ | 52.32 | 32.9 | 41.62 | - |
| YUV | 153.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 170 | 0 | 0.60 | 0.33 | 0.01 | 332.55 | 0.97 | 0.69 |
| Hex | FD | 64 | AA | 0 | 3C | 21 | 1 | 14D | 61 | 45 |
| Octal | 375 | 144 | 252 | 0 | 74 | 41 | 1 | 515 | 141 | 105 |
| Binary | 11111101 | 1100100 | 10101010 | 0 | 111100 | 100001 | 1 | 101001101 | 1100001 | 1000101 |
Color Harmonies of #FD64AA
Complementary color
Monochromatic Colors of #FD64AA
Black with #FD64AA
Text Example
Text Example
White with #FD64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64AA; }
p { color: rgb(253,100,170); }
H1.HeaderClassName
{
color: #FD64AA;
}
.AnyTagClassName
{
color: #FD64AA;
}
</style>
background-color css
<style>
a { background-color: #FD64AA; }
a { background-color: rgb(253,100,170); }
div.DivClassName
{
background-color: #FD64AA;
}
.BgClassName
{
background-color: #FD64AA;
}
</style>
border-color css
<style>
span { border-color: #FD64AA; }
span { border-color: rgb(253,100,170); }
td.TdClassName
{
border-color: #FD64AA;
}
.TagClassName
{
border-color: #FD64AA;
}
</style>