Shades of Hot Pink #FE73B0
Tints of Hot Pink #FE73B0
RGB
CMYK
RGB Variations
Color information
#FE73B0 (or 0xFE73B0) is known color: Hot Pink. HEX triplet: FE, 73 and B0. RGB value is (254,115,176). Sum of RGB (Red+Green+Blue) = 254+115+176=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE73B0 is #018C4F. Grayscale: #A3A3A3. Windows color (decimal): -101456 or 11564030. OLE color: 11564030.
HSL color Cylindrical-coordinate representation of color #FE73B0: hue angle of 333.67º 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 #FE73B0 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 176 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.00 |
| HSL | 333.67º | 0.99% | 0.72% | - |
| HSV(B) | 333.67º | 0.55% | 1% | - |
| XYZ | 54.84 | 36.47 | 45.22 | - |
| YUV | 163.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 176 | 0 | 0.55 | 0.31 | 0.00 | 333.67 | 0.99 | 0.72 |
| Hex | FE | 73 | B0 | 0 | 37 | 1F | 0 | 14E | 63 | 48 |
| Octal | 376 | 163 | 260 | 0 | 67 | 37 | 0 | 516 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10110000 | 0 | 110111 | 11111 | 0 | 101001110 | 1100011 | 1001000 |
Color Harmonies of #FE73B0
Complementary color
Monochromatic Colors of #FE73B0
Black with #FE73B0
Text Example
Text Example
White with #FE73B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73B0; }
p { color: rgb(254,115,176); }
H1.HeaderClassName
{
color: #FE73B0;
}
.AnyTagClassName
{
color: #FE73B0;
}
</style>
background-color css
<style>
a { background-color: #FE73B0; }
a { background-color: rgb(254,115,176); }
div.DivClassName
{
background-color: #FE73B0;
}
.BgClassName
{
background-color: #FE73B0;
}
</style>
border-color css
<style>
span { border-color: #FE73B0; }
span { border-color: rgb(254,115,176); }
td.TdClassName
{
border-color: #FE73B0;
}
.TagClassName
{
border-color: #FE73B0;
}
</style>