Shades of Hot Pink #FD64AB
Tints of Hot Pink #FD64AB
RGB
CMYK
RGB Variations
Color information
#FD64AB (or 0xFD64AB) is known color: Hot Pink. HEX triplet: FD, 64 and AB. RGB value is (253,100,171). Sum of RGB (Red+Green+Blue) = 253+100+171=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD64AB is #029B54. Grayscale: #999999. Windows color (decimal): -170837 or 11232509. OLE color: 11232509.
HSL color Cylindrical-coordinate representation of color #FD64AB: hue angle of 332.16º 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 #FD64AB is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 171 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.01 |
| HSL | 332.16º | 0.97% | 0.69% | - |
| HSV(B) | 332.16º | 0.6% | 0.99% | - |
| XYZ | 52.42 | 32.94 | 42.12 | - |
| YUV | 153.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 171 | 0 | 0.60 | 0.32 | 0.01 | 332.16 | 0.97 | 0.69 |
| Hex | FD | 64 | AB | 0 | 3C | 20 | 1 | 14C | 61 | 45 |
| Octal | 375 | 144 | 253 | 0 | 74 | 40 | 1 | 514 | 141 | 105 |
| Binary | 11111101 | 1100100 | 10101011 | 0 | 111100 | 100000 | 1 | 101001100 | 1100001 | 1000101 |
Color Harmonies of #FD64AB
Complementary color
Monochromatic Colors of #FD64AB
Black with #FD64AB
Text Example
Text Example
White with #FD64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64AB; }
p { color: rgb(253,100,171); }
H1.HeaderClassName
{
color: #FD64AB;
}
.AnyTagClassName
{
color: #FD64AB;
}
</style>
background-color css
<style>
a { background-color: #FD64AB; }
a { background-color: rgb(253,100,171); }
div.DivClassName
{
background-color: #FD64AB;
}
.BgClassName
{
background-color: #FD64AB;
}
</style>
border-color css
<style>
span { border-color: #FD64AB; }
span { border-color: rgb(253,100,171); }
td.TdClassName
{
border-color: #FD64AB;
}
.TagClassName
{
border-color: #FD64AB;
}
</style>