Shades of Hot Pink #FE72AD
Tints of Hot Pink #FE72AD
RGB
CMYK
RGB Variations
Color information
#FE72AD (or 0xFE72AD) is known color: Hot Pink. HEX triplet: FE, 72 and AD. RGB value is (254,114,173). Sum of RGB (Red+Green+Blue) = 254+114+173=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE72AD is #018D52. Grayscale: #A2A2A2. Windows color (decimal): -101715 or 11367166. OLE color: 11367166.
HSL color Cylindrical-coordinate representation of color #FE72AD: hue angle of 334.71º 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 #FE72AD is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 173 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.00 |
| HSL | 334.71º | 0.99% | 0.72% | - |
| HSV(B) | 334.71º | 0.55% | 1% | - |
| XYZ | 54.43 | 36.12 | 43.64 | - |
| YUV | 162.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 173 | 0 | 0.55 | 0.32 | 0.00 | 334.71 | 0.99 | 0.72 |
| Hex | FE | 72 | AD | 0 | 37 | 20 | 0 | 14F | 63 | 48 |
| Octal | 376 | 162 | 255 | 0 | 67 | 40 | 0 | 517 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10101101 | 0 | 110111 | 100000 | 0 | 101001111 | 1100011 | 1001000 |
Color Harmonies of #FE72AD
Complementary color
Monochromatic Colors of #FE72AD
Black with #FE72AD
Text Example
Text Example
White with #FE72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72AD; }
p { color: rgb(254,114,173); }
H1.HeaderClassName
{
color: #FE72AD;
}
.AnyTagClassName
{
color: #FE72AD;
}
</style>
background-color css
<style>
a { background-color: #FE72AD; }
a { background-color: rgb(254,114,173); }
div.DivClassName
{
background-color: #FE72AD;
}
.BgClassName
{
background-color: #FE72AD;
}
</style>
border-color css
<style>
span { border-color: #FE72AD; }
span { border-color: rgb(254,114,173); }
td.TdClassName
{
border-color: #FE72AD;
}
.TagClassName
{
border-color: #FE72AD;
}
</style>