Shades of Hot Pink #FD70A8
Tints of Hot Pink #FD70A8
RGB
CMYK
RGB Variations
Color information
#FD70A8 (or 0xFD70A8) is known color: Hot Pink. HEX triplet: FD, 70 and A8. RGB value is (253,112,168). Sum of RGB (Red+Green+Blue) = 253+112+168=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD70A8 is #028F57. Grayscale: #A0A0A0. Windows color (decimal): -167768 or 11038973. OLE color: 11038973.
HSL color Cylindrical-coordinate representation of color #FD70A8: hue angle of 336.17º 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 #FD70A8 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 168 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.01 |
| HSL | 336.17º | 0.97% | 0.72% | - |
| HSV(B) | 336.17º | 0.56% | 0.99% | - |
| XYZ | 53.37 | 35.3 | 41.05 | - |
| YUV | 160.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 168 | 0 | 0.56 | 0.34 | 0.01 | 336.17 | 0.97 | 0.72 |
| Hex | FD | 70 | A8 | 0 | 38 | 22 | 1 | 150 | 61 | 48 |
| Octal | 375 | 160 | 250 | 0 | 70 | 42 | 1 | 520 | 141 | 110 |
| Binary | 11111101 | 1110000 | 10101000 | 0 | 111000 | 100010 | 1 | 101010000 | 1100001 | 1001000 |
Color Harmonies of #FD70A8
Complementary color
Monochromatic Colors of #FD70A8
Black with #FD70A8
Text Example
Text Example
White with #FD70A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70A8; }
p { color: rgb(253,112,168); }
H1.HeaderClassName
{
color: #FD70A8;
}
.AnyTagClassName
{
color: #FD70A8;
}
</style>
background-color css
<style>
a { background-color: #FD70A8; }
a { background-color: rgb(253,112,168); }
div.DivClassName
{
background-color: #FD70A8;
}
.BgClassName
{
background-color: #FD70A8;
}
</style>
border-color css
<style>
span { border-color: #FD70A8; }
span { border-color: rgb(253,112,168); }
td.TdClassName
{
border-color: #FD70A8;
}
.TagClassName
{
border-color: #FD70A8;
}
</style>