Shades of Hot Pink #FE73AB
Tints of Hot Pink #FE73AB
RGB
CMYK
RGB Variations
Color information
#FE73AB (or 0xFE73AB) is known color: Hot Pink. HEX triplet: FE, 73 and AB. RGB value is (254,115,171). Sum of RGB (Red+Green+Blue) = 254+115+171=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE73AB is #018C54. Grayscale: #A2A2A2. Windows color (decimal): -101461 or 11236350. OLE color: 11236350.
HSL color Cylindrical-coordinate representation of color #FE73AB: hue angle of 335.83º 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 #FE73AB is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 171 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.00 |
| HSL | 335.83º | 0.99% | 0.72% | - |
| HSV(B) | 335.83º | 0.55% | 1% | - |
| XYZ | 54.35 | 36.27 | 42.66 | - |
| YUV | 162.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 171 | 0 | 0.55 | 0.33 | 0.00 | 335.83 | 0.99 | 0.72 |
| Hex | FE | 73 | AB | 0 | 37 | 21 | 0 | 150 | 63 | 48 |
| Octal | 376 | 163 | 253 | 0 | 67 | 41 | 0 | 520 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10101011 | 0 | 110111 | 100001 | 0 | 101010000 | 1100011 | 1001000 |
Color Harmonies of #FE73AB
Complementary color
Monochromatic Colors of #FE73AB
Black with #FE73AB
Text Example
Text Example
White with #FE73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73AB; }
p { color: rgb(254,115,171); }
H1.HeaderClassName
{
color: #FE73AB;
}
.AnyTagClassName
{
color: #FE73AB;
}
</style>
background-color css
<style>
a { background-color: #FE73AB; }
a { background-color: rgb(254,115,171); }
div.DivClassName
{
background-color: #FE73AB;
}
.BgClassName
{
background-color: #FE73AB;
}
</style>
border-color css
<style>
span { border-color: #FE73AB; }
span { border-color: rgb(254,115,171); }
td.TdClassName
{
border-color: #FE73AB;
}
.TagClassName
{
border-color: #FE73AB;
}
</style>