Shades of Hot Pink #FE73B1
Tints of Hot Pink #FE73B1
RGB
CMYK
RGB Variations
Color information
#FE73B1 (or 0xFE73B1) is known color: Hot Pink. HEX triplet: FE, 73 and B1. RGB value is (254,115,177). Sum of RGB (Red+Green+Blue) = 254+115+177=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE73B1 is #018C4E. Grayscale: #A3A3A3. Windows color (decimal): -101455 or 11629566. OLE color: 11629566.
HSL color Cylindrical-coordinate representation of color #FE73B1: hue angle of 333.24º 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 #FE73B1 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 177 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.00 |
| HSL | 333.24º | 0.99% | 0.72% | - |
| HSV(B) | 333.24º | 0.55% | 1% | - |
| XYZ | 54.94 | 36.51 | 45.75 | - |
| YUV | 163.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 177 | 0 | 0.55 | 0.30 | 0.00 | 333.24 | 0.99 | 0.72 |
| Hex | FE | 73 | B1 | 0 | 37 | 1E | 0 | 14D | 63 | 48 |
| Octal | 376 | 163 | 261 | 0 | 67 | 36 | 0 | 515 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10110001 | 0 | 110111 | 11110 | 0 | 101001101 | 1100011 | 1001000 |
Color Harmonies of #FE73B1
Complementary color
Monochromatic Colors of #FE73B1
Black with #FE73B1
Text Example
Text Example
White with #FE73B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73B1; }
p { color: rgb(254,115,177); }
H1.HeaderClassName
{
color: #FE73B1;
}
.AnyTagClassName
{
color: #FE73B1;
}
</style>
background-color css
<style>
a { background-color: #FE73B1; }
a { background-color: rgb(254,115,177); }
div.DivClassName
{
background-color: #FE73B1;
}
.BgClassName
{
background-color: #FE73B1;
}
</style>
border-color css
<style>
span { border-color: #FE73B1; }
span { border-color: rgb(254,115,177); }
td.TdClassName
{
border-color: #FE73B1;
}
.TagClassName
{
border-color: #FE73B1;
}
</style>