Shades of Hot Pink #FE72AA
Tints of Hot Pink #FE72AA
RGB
CMYK
RGB Variations
Color information
#FE72AA (or 0xFE72AA) is known color: Hot Pink. HEX triplet: FE, 72 and AA. RGB value is (254,114,170). Sum of RGB (Red+Green+Blue) = 254+114+170=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE72AA is #018D55. Grayscale: #A2A2A2. Windows color (decimal): -101718 or 11170558. OLE color: 11170558.
HSL color Cylindrical-coordinate representation of color #FE72AA: hue angle of 336º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE72AA is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 170 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.00 |
| HSL | 336º | 0.99% | 0.72% | - |
| HSV(B) | 336º | 0.55% | 1% | - |
| XYZ | 54.15 | 36.01 | 42.13 | - |
| YUV | 162.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 170 | 0 | 0.55 | 0.33 | 0.00 | 336 | 0.99 | 0.72 |
| Hex | FE | 72 | AA | 0 | 37 | 21 | 0 | 150 | 63 | 48 |
| Octal | 376 | 162 | 252 | 0 | 67 | 41 | 0 | 520 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10101010 | 0 | 110111 | 100001 | 0 | 101010000 | 1100011 | 1001000 |
Color Harmonies of #FE72AA
Complementary color
Monochromatic Colors of #FE72AA
Black with #FE72AA
Text Example
Text Example
White with #FE72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72AA; }
p { color: rgb(254,114,170); }
H1.HeaderClassName
{
color: #FE72AA;
}
.AnyTagClassName
{
color: #FE72AA;
}
</style>
background-color css
<style>
a { background-color: #FE72AA; }
a { background-color: rgb(254,114,170); }
div.DivClassName
{
background-color: #FE72AA;
}
.BgClassName
{
background-color: #FE72AA;
}
</style>
border-color css
<style>
span { border-color: #FE72AA; }
span { border-color: rgb(254,114,170); }
td.TdClassName
{
border-color: #FE72AA;
}
.TagClassName
{
border-color: #FE72AA;
}
</style>