Shades of Hot Pink #FD64AD
Tints of Hot Pink #FD64AD
RGB
CMYK
RGB Variations
Color information
#FD64AD (or 0xFD64AD) is known color: Hot Pink. HEX triplet: FD, 64 and AD. RGB value is (253,100,173). Sum of RGB (Red+Green+Blue) = 253+100+173=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD64AD is #029B52. Grayscale: #999999. Windows color (decimal): -170835 or 11363581. OLE color: 11363581.
HSL color Cylindrical-coordinate representation of color #FD64AD: hue angle of 331.37º 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 #FD64AD is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 173 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.01 |
| HSL | 331.37º | 0.97% | 0.69% | - |
| HSV(B) | 331.37º | 0.6% | 0.99% | - |
| XYZ | 52.61 | 33.01 | 43.13 | - |
| YUV | 154.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 173 | 0 | 0.60 | 0.32 | 0.01 | 331.37 | 0.97 | 0.69 |
| Hex | FD | 64 | AD | 0 | 3C | 20 | 1 | 14B | 61 | 45 |
| Octal | 375 | 144 | 255 | 0 | 74 | 40 | 1 | 513 | 141 | 105 |
| Binary | 11111101 | 1100100 | 10101101 | 0 | 111100 | 100000 | 1 | 101001011 | 1100001 | 1000101 |
Color Harmonies of #FD64AD
Complementary color
Monochromatic Colors of #FD64AD
Black with #FD64AD
Text Example
Text Example
White with #FD64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64AD; }
p { color: rgb(253,100,173); }
H1.HeaderClassName
{
color: #FD64AD;
}
.AnyTagClassName
{
color: #FD64AD;
}
</style>
background-color css
<style>
a { background-color: #FD64AD; }
a { background-color: rgb(253,100,173); }
div.DivClassName
{
background-color: #FD64AD;
}
.BgClassName
{
background-color: #FD64AD;
}
</style>
border-color css
<style>
span { border-color: #FD64AD; }
span { border-color: rgb(253,100,173); }
td.TdClassName
{
border-color: #FD64AD;
}
.TagClassName
{
border-color: #FD64AD;
}
</style>