Shades of Hot Pink #FD71A8
Tints of Hot Pink #FD71A8
RGB
CMYK
RGB Variations
Color information
#FD71A8 (or 0xFD71A8) is known color: Hot Pink. HEX triplet: FD, 71 and A8. RGB value is (253,113,168). Sum of RGB (Red+Green+Blue) = 253+113+168=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD71A8 is #028E57. Grayscale: #A1A1A1. Windows color (decimal): -167512 or 11039229. OLE color: 11039229.
HSL color Cylindrical-coordinate representation of color #FD71A8: hue angle of 336.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD71A8 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 168 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.01 |
| HSL | 336.43º | 0.97% | 0.72% | - |
| HSV(B) | 336.43º | 0.55% | 0.99% | - |
| XYZ | 53.48 | 35.52 | 41.08 | - |
| YUV | 161.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 168 | 0 | 0.55 | 0.34 | 0.01 | 336.43 | 0.97 | 0.72 |
| Hex | FD | 71 | A8 | 0 | 37 | 22 | 1 | 150 | 61 | 48 |
| Octal | 375 | 161 | 250 | 0 | 67 | 42 | 1 | 520 | 141 | 110 |
| Binary | 11111101 | 1110001 | 10101000 | 0 | 110111 | 100010 | 1 | 101010000 | 1100001 | 1001000 |
Color Harmonies of #FD71A8
Complementary color
Monochromatic Colors of #FD71A8
Black with #FD71A8
Text Example
Text Example
White with #FD71A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD71A8; }
p { color: rgb(253,113,168); }
H1.HeaderClassName
{
color: #FD71A8;
}
.AnyTagClassName
{
color: #FD71A8;
}
</style>
background-color css
<style>
a { background-color: #FD71A8; }
a { background-color: rgb(253,113,168); }
div.DivClassName
{
background-color: #FD71A8;
}
.BgClassName
{
background-color: #FD71A8;
}
</style>
border-color css
<style>
span { border-color: #FD71A8; }
span { border-color: rgb(253,113,168); }
td.TdClassName
{
border-color: #FD71A8;
}
.TagClassName
{
border-color: #FD71A8;
}
</style>