Shades of Hot Pink #FE71AA
Tints of Hot Pink #FE71AA
RGB
CMYK
RGB Variations
Color information
#FE71AA (or 0xFE71AA) is known color: Hot Pink. HEX triplet: FE, 71 and AA. RGB value is (254,113,170). Sum of RGB (Red+Green+Blue) = 254+113+170=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE71AA is #018E55. Grayscale: #A1A1A1. Windows color (decimal): -101974 or 11170302. OLE color: 11170302.
HSL color Cylindrical-coordinate representation of color #FE71AA: hue angle of 335.74º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71AA is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 170 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.00 |
| HSL | 335.74º | 0.99% | 0.72% | - |
| HSV(B) | 335.74º | 0.56% | 1% | - |
| XYZ | 54.03 | 35.78 | 42.09 | - |
| YUV | 161.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 170 | 0 | 0.56 | 0.33 | 0.00 | 335.74 | 0.99 | 0.72 |
| Hex | FE | 71 | AA | 0 | 38 | 21 | 0 | 150 | 63 | 48 |
| Octal | 376 | 161 | 252 | 0 | 70 | 41 | 0 | 520 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10101010 | 0 | 111000 | 100001 | 0 | 101010000 | 1100011 | 1001000 |
Color Harmonies of #FE71AA
Complementary color
Monochromatic Colors of #FE71AA
Black with #FE71AA
Text Example
Text Example
White with #FE71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71AA; }
p { color: rgb(254,113,170); }
H1.HeaderClassName
{
color: #FE71AA;
}
.AnyTagClassName
{
color: #FE71AA;
}
</style>
background-color css
<style>
a { background-color: #FE71AA; }
a { background-color: rgb(254,113,170); }
div.DivClassName
{
background-color: #FE71AA;
}
.BgClassName
{
background-color: #FE71AA;
}
</style>
border-color css
<style>
span { border-color: #FE71AA; }
span { border-color: rgb(254,113,170); }
td.TdClassName
{
border-color: #FE71AA;
}
.TagClassName
{
border-color: #FE71AA;
}
</style>