Shades of Hot Pink #FE76B1
Tints of Hot Pink #FE76B1
RGB
CMYK
RGB Variations
Color information
#FE76B1 (or 0xFE76B1) is known color: Hot Pink. HEX triplet: FE, 76 and B1. RGB value is (254,118,177). Sum of RGB (Red+Green+Blue) = 254+118+177=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE76B1 is #01894E. Grayscale: #A5A5A5. Windows color (decimal): -100687 or 11630334. OLE color: 11630334.
HSL color Cylindrical-coordinate representation of color #FE76B1: hue angle of 333.97º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76B1 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 177 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.00 |
| HSL | 333.97º | 0.99% | 0.73% | - |
| HSV(B) | 333.97º | 0.54% | 1% | - |
| XYZ | 55.29 | 37.2 | 45.86 | - |
| YUV | 165.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 177 | 0 | 0.54 | 0.30 | 0.00 | 333.97 | 0.99 | 0.73 |
| Hex | FE | 76 | B1 | 0 | 36 | 1E | 0 | 14E | 63 | 49 |
| Octal | 376 | 166 | 261 | 0 | 66 | 36 | 0 | 516 | 143 | 111 |
| Binary | 11111110 | 1110110 | 10110001 | 0 | 110110 | 11110 | 0 | 101001110 | 1100011 | 1001001 |
Color Harmonies of #FE76B1
Complementary color
Monochromatic Colors of #FE76B1
Black with #FE76B1
Text Example
Text Example
White with #FE76B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76B1; }
p { color: rgb(254,118,177); }
H1.HeaderClassName
{
color: #FE76B1;
}
.AnyTagClassName
{
color: #FE76B1;
}
</style>
background-color css
<style>
a { background-color: #FE76B1; }
a { background-color: rgb(254,118,177); }
div.DivClassName
{
background-color: #FE76B1;
}
.BgClassName
{
background-color: #FE76B1;
}
</style>
border-color css
<style>
span { border-color: #FE76B1; }
span { border-color: rgb(254,118,177); }
td.TdClassName
{
border-color: #FE76B1;
}
.TagClassName
{
border-color: #FE76B1;
}
</style>