Shades of Hot Pink #FD70AD
Tints of Hot Pink #FD70AD
RGB
CMYK
RGB Variations
Color information
#FD70AD (or 0xFD70AD) is known color: Hot Pink. HEX triplet: FD, 70 and AD. RGB value is (253,112,173). Sum of RGB (Red+Green+Blue) = 253+112+173=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD70AD is #028F52. Grayscale: #A1A1A1. Windows color (decimal): -167763 or 11366653. OLE color: 11366653.
HSL color Cylindrical-coordinate representation of color #FD70AD: hue angle of 334.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD70AD is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 173 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.01 |
| HSL | 334.04º | 0.97% | 0.72% | - |
| HSV(B) | 334.04º | 0.56% | 0.99% | - |
| XYZ | 53.85 | 35.49 | 43.55 | - |
| YUV | 161.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 173 | 0 | 0.56 | 0.32 | 0.01 | 334.04 | 0.97 | 0.72 |
| Hex | FD | 70 | AD | 0 | 38 | 20 | 1 | 14E | 61 | 48 |
| Octal | 375 | 160 | 255 | 0 | 70 | 40 | 1 | 516 | 141 | 110 |
| Binary | 11111101 | 1110000 | 10101101 | 0 | 111000 | 100000 | 1 | 101001110 | 1100001 | 1001000 |
Color Harmonies of #FD70AD
Complementary color
Monochromatic Colors of #FD70AD
Black with #FD70AD
Text Example
Text Example
White with #FD70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70AD; }
p { color: rgb(253,112,173); }
H1.HeaderClassName
{
color: #FD70AD;
}
.AnyTagClassName
{
color: #FD70AD;
}
</style>
background-color css
<style>
a { background-color: #FD70AD; }
a { background-color: rgb(253,112,173); }
div.DivClassName
{
background-color: #FD70AD;
}
.BgClassName
{
background-color: #FD70AD;
}
</style>
border-color css
<style>
span { border-color: #FD70AD; }
span { border-color: rgb(253,112,173); }
td.TdClassName
{
border-color: #FD70AD;
}
.TagClassName
{
border-color: #FD70AD;
}
</style>