Shades of Hot Pink #FE72AB
Tints of Hot Pink #FE72AB
RGB
CMYK
RGB Variations
Color information
#FE72AB (or 0xFE72AB) is known color: Hot Pink. HEX triplet: FE, 72 and AB. RGB value is (254,114,171). Sum of RGB (Red+Green+Blue) = 254+114+171=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE72AB is #018D54. Grayscale: #A2A2A2. Windows color (decimal): -101717 or 11236094. OLE color: 11236094.
HSL color Cylindrical-coordinate representation of color #FE72AB: hue angle of 335.57º 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 #FE72AB is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 171 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.00 |
| HSL | 335.57º | 0.99% | 0.72% | - |
| HSV(B) | 335.57º | 0.55% | 1% | - |
| XYZ | 54.24 | 36.05 | 42.63 | - |
| YUV | 162.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 171 | 0 | 0.55 | 0.33 | 0.00 | 335.57 | 0.99 | 0.72 |
| Hex | FE | 72 | AB | 0 | 37 | 21 | 0 | 150 | 63 | 48 |
| Octal | 376 | 162 | 253 | 0 | 67 | 41 | 0 | 520 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10101011 | 0 | 110111 | 100001 | 0 | 101010000 | 1100011 | 1001000 |
Color Harmonies of #FE72AB
Complementary color
Monochromatic Colors of #FE72AB
Black with #FE72AB
Text Example
Text Example
White with #FE72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72AB; }
p { color: rgb(254,114,171); }
H1.HeaderClassName
{
color: #FE72AB;
}
.AnyTagClassName
{
color: #FE72AB;
}
</style>
background-color css
<style>
a { background-color: #FE72AB; }
a { background-color: rgb(254,114,171); }
div.DivClassName
{
background-color: #FE72AB;
}
.BgClassName
{
background-color: #FE72AB;
}
</style>
border-color css
<style>
span { border-color: #FE72AB; }
span { border-color: rgb(254,114,171); }
td.TdClassName
{
border-color: #FE72AB;
}
.TagClassName
{
border-color: #FE72AB;
}
</style>