Shades of Hot Pink #FE72B9
Tints of Hot Pink #FE72B9
RGB
CMYK
RGB Variations
Color information
#FE72B9 (or 0xFE72B9) is known color: Hot Pink. HEX triplet: FE, 72 and B9. RGB value is (254,114,185). Sum of RGB (Red+Green+Blue) = 254+114+185=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72B9 is #018D46. Grayscale: #A3A3A3. Windows color (decimal): -101703 or 12153598. OLE color: 12153598.
HSL color Cylindrical-coordinate representation of color #FE72B9: hue angle of 329.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 #FE72B9 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 185 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.00 |
| HSL | 329.57º | 0.99% | 0.72% | - |
| HSV(B) | 329.57º | 0.55% | 1% | - |
| XYZ | 55.65 | 36.61 | 50.03 | - |
| YUV | 163.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 185 | 0 | 0.55 | 0.27 | 0.00 | 329.57 | 0.99 | 0.72 |
| Hex | FE | 72 | B9 | 0 | 37 | 1B | 0 | 14A | 63 | 48 |
| Octal | 376 | 162 | 271 | 0 | 67 | 33 | 0 | 512 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10111001 | 0 | 110111 | 11011 | 0 | 101001010 | 1100011 | 1001000 |
Color Harmonies of #FE72B9
Complementary color
Monochromatic Colors of #FE72B9
Black with #FE72B9
Text Example
Text Example
White with #FE72B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72B9; }
p { color: rgb(254,114,185); }
H1.HeaderClassName
{
color: #FE72B9;
}
.AnyTagClassName
{
color: #FE72B9;
}
</style>
background-color css
<style>
a { background-color: #FE72B9; }
a { background-color: rgb(254,114,185); }
div.DivClassName
{
background-color: #FE72B9;
}
.BgClassName
{
background-color: #FE72B9;
}
</style>
border-color css
<style>
span { border-color: #FE72B9; }
span { border-color: rgb(254,114,185); }
td.TdClassName
{
border-color: #FE72B9;
}
.TagClassName
{
border-color: #FE72B9;
}
</style>