Shades of Hot Pink #FE71B8
Tints of Hot Pink #FE71B8
RGB
CMYK
RGB Variations
Color information
#FE71B8 (or 0xFE71B8) is known color: Hot Pink. HEX triplet: FE, 71 and B8. RGB value is (254,113,184). Sum of RGB (Red+Green+Blue) = 254+113+184=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71B8 is #018E47. Grayscale: #A3A3A3. Windows color (decimal): -101960 or 12087806. OLE color: 12087806.
HSL color Cylindrical-coordinate representation of color #FE71B8: hue angle of 329.79º 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 #FE71B8 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 184 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.00 |
| HSL | 329.79º | 0.99% | 0.72% | - |
| HSV(B) | 329.79º | 0.56% | 1% | - |
| XYZ | 55.43 | 36.34 | 49.44 | - |
| YUV | 163.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 184 | 0 | 0.56 | 0.28 | 0.00 | 329.79 | 0.99 | 0.72 |
| Hex | FE | 71 | B8 | 0 | 38 | 1C | 0 | 14A | 63 | 48 |
| Octal | 376 | 161 | 270 | 0 | 70 | 34 | 0 | 512 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10111000 | 0 | 111000 | 11100 | 0 | 101001010 | 1100011 | 1001000 |
Color Harmonies of #FE71B8
Complementary color
Monochromatic Colors of #FE71B8
Black with #FE71B8
Text Example
Text Example
White with #FE71B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71B8; }
p { color: rgb(254,113,184); }
H1.HeaderClassName
{
color: #FE71B8;
}
.AnyTagClassName
{
color: #FE71B8;
}
</style>
background-color css
<style>
a { background-color: #FE71B8; }
a { background-color: rgb(254,113,184); }
div.DivClassName
{
background-color: #FE71B8;
}
.BgClassName
{
background-color: #FE71B8;
}
</style>
border-color css
<style>
span { border-color: #FE71B8; }
span { border-color: rgb(254,113,184); }
td.TdClassName
{
border-color: #FE71B8;
}
.TagClassName
{
border-color: #FE71B8;
}
</style>