Shades of Hot Pink #FD60AD
Tints of Hot Pink #FD60AD
RGB
CMYK
RGB Variations
Color information
#FD60AD (or 0xFD60AD) is known color: Hot Pink. HEX triplet: FD, 60 and AD. RGB value is (253,96,173). Sum of RGB (Red+Green+Blue) = 253+96+173=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD60AD is #029F52. Grayscale: #979797. Windows color (decimal): -171859 or 11362557. OLE color: 11362557.
HSL color Cylindrical-coordinate representation of color #FD60AD: hue angle of 330.57º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60AD is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 173 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.01 |
| HSL | 330.57º | 0.98% | 0.68% | - |
| HSV(B) | 330.57º | 0.62% | 0.99% | - |
| XYZ | 52.23 | 32.27 | 43.01 | - |
| YUV | 151.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 173 | 0 | 0.62 | 0.32 | 0.01 | 330.57 | 0.98 | 0.68 |
| Hex | FD | 60 | AD | 0 | 3E | 20 | 1 | 14B | 62 | 44 |
| Octal | 375 | 140 | 255 | 0 | 76 | 40 | 1 | 513 | 142 | 104 |
| Binary | 11111101 | 1100000 | 10101101 | 0 | 111110 | 100000 | 1 | 101001011 | 1100010 | 1000100 |
Color Harmonies of #FD60AD
Complementary color
Monochromatic Colors of #FD60AD
Black with #FD60AD
Text Example
Text Example
White with #FD60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60AD; }
p { color: rgb(253,96,173); }
H1.HeaderClassName
{
color: #FD60AD;
}
.AnyTagClassName
{
color: #FD60AD;
}
</style>
background-color css
<style>
a { background-color: #FD60AD; }
a { background-color: rgb(253,96,173); }
div.DivClassName
{
background-color: #FD60AD;
}
.BgClassName
{
background-color: #FD60AD;
}
</style>
border-color css
<style>
span { border-color: #FD60AD; }
span { border-color: rgb(253,96,173); }
td.TdClassName
{
border-color: #FD60AD;
}
.TagClassName
{
border-color: #FD60AD;
}
</style>