Shades of Hot Pink #FE71B1
Tints of Hot Pink #FE71B1
RGB
CMYK
RGB Variations
Color information
#FE71B1 (or 0xFE71B1) is known color: Hot Pink. HEX triplet: FE, 71 and B1. RGB value is (254,113,177). Sum of RGB (Red+Green+Blue) = 254+113+177=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE71B1 is #018E4E. Grayscale: #A2A2A2. Windows color (decimal): -101967 or 11629054. OLE color: 11629054.
HSL color Cylindrical-coordinate representation of color #FE71B1: hue angle of 332.77º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71B1 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 177 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.00 |
| HSL | 332.77º | 0.99% | 0.72% | - |
| HSV(B) | 332.77º | 0.56% | 1% | - |
| XYZ | 54.71 | 36.06 | 45.67 | - |
| YUV | 162.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 177 | 0 | 0.56 | 0.30 | 0.00 | 332.77 | 0.99 | 0.72 |
| Hex | FE | 71 | B1 | 0 | 38 | 1E | 0 | 14D | 63 | 48 |
| Octal | 376 | 161 | 261 | 0 | 70 | 36 | 0 | 515 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10110001 | 0 | 111000 | 11110 | 0 | 101001101 | 1100011 | 1001000 |
Color Harmonies of #FE71B1
Complementary color
Monochromatic Colors of #FE71B1
Black with #FE71B1
Text Example
Text Example
White with #FE71B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71B1; }
p { color: rgb(254,113,177); }
H1.HeaderClassName
{
color: #FE71B1;
}
.AnyTagClassName
{
color: #FE71B1;
}
</style>
background-color css
<style>
a { background-color: #FE71B1; }
a { background-color: rgb(254,113,177); }
div.DivClassName
{
background-color: #FE71B1;
}
.BgClassName
{
background-color: #FE71B1;
}
</style>
border-color css
<style>
span { border-color: #FE71B1; }
span { border-color: rgb(254,113,177); }
td.TdClassName
{
border-color: #FE71B1;
}
.TagClassName
{
border-color: #FE71B1;
}
</style>