Shades of Hot Pink #FE73B9
Tints of Hot Pink #FE73B9
RGB
CMYK
RGB Variations
Color information
#FE73B9 (or 0xFE73B9) is known color: Hot Pink. HEX triplet: FE, 73 and B9. RGB value is (254,115,185). Sum of RGB (Red+Green+Blue) = 254+115+185=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73B9 is #018C46. Grayscale: #A4A4A4. Windows color (decimal): -101447 or 12153854. OLE color: 12153854.
HSL color Cylindrical-coordinate representation of color #FE73B9: hue angle of 329.78º 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 #FE73B9 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 185 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.00 |
| HSL | 329.78º | 0.99% | 0.72% | - |
| HSV(B) | 329.78º | 0.55% | 1% | - |
| XYZ | 55.76 | 36.84 | 50.07 | - |
| YUV | 164.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 185 | 0 | 0.55 | 0.27 | 0.00 | 329.78 | 0.99 | 0.72 |
| Hex | FE | 73 | B9 | 0 | 37 | 1B | 0 | 14A | 63 | 48 |
| Octal | 376 | 163 | 271 | 0 | 67 | 33 | 0 | 512 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10111001 | 0 | 110111 | 11011 | 0 | 101001010 | 1100011 | 1001000 |
Color Harmonies of #FE73B9
Complementary color
Monochromatic Colors of #FE73B9
Black with #FE73B9
Text Example
Text Example
White with #FE73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73B9; }
p { color: rgb(254,115,185); }
H1.HeaderClassName
{
color: #FE73B9;
}
.AnyTagClassName
{
color: #FE73B9;
}
</style>
background-color css
<style>
a { background-color: #FE73B9; }
a { background-color: rgb(254,115,185); }
div.DivClassName
{
background-color: #FE73B9;
}
.BgClassName
{
background-color: #FE73B9;
}
</style>
border-color css
<style>
span { border-color: #FE73B9; }
span { border-color: rgb(254,115,185); }
td.TdClassName
{
border-color: #FE73B9;
}
.TagClassName
{
border-color: #FE73B9;
}
</style>