Shades of Hot Pink #FE58B8
Tints of Hot Pink #FE58B8
RGB
CMYK
RGB Variations
Color information
#FE58B8 (or 0xFE58B8) is known color: Hot Pink. HEX triplet: FE, 58 and B8. RGB value is (254,88,184). Sum of RGB (Red+Green+Blue) = 254+88+184=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58B8 is #01A747. Grayscale: #949494. Windows color (decimal): -108360 or 12081406. OLE color: 12081406.
HSL color Cylindrical-coordinate representation of color #FE58B8: hue angle of 325.3º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE58B8 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 184 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.00 |
| HSL | 325.3º | 0.99% | 0.67% | - |
| HSV(B) | 325.3º | 0.65% | 1% | - |
| XYZ | 53.01 | 31.51 | 48.64 | - |
| YUV | 148.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 184 | 0 | 0.65 | 0.28 | 0.00 | 325.3 | 0.99 | 0.67 |
| Hex | FE | 58 | B8 | 0 | 41 | 1C | 0 | 145 | 63 | 43 |
| Octal | 376 | 130 | 270 | 0 | 101 | 34 | 0 | 505 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10111000 | 0 | 1000001 | 11100 | 0 | 101000101 | 1100011 | 1000011 |
Color Harmonies of #FE58B8
Complementary color
Monochromatic Colors of #FE58B8
Black with #FE58B8
Text Example
Text Example
White with #FE58B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58B8; }
p { color: rgb(254,88,184); }
H1.HeaderClassName
{
color: #FE58B8;
}
.AnyTagClassName
{
color: #FE58B8;
}
</style>
background-color css
<style>
a { background-color: #FE58B8; }
a { background-color: rgb(254,88,184); }
div.DivClassName
{
background-color: #FE58B8;
}
.BgClassName
{
background-color: #FE58B8;
}
</style>
border-color css
<style>
span { border-color: #FE58B8; }
span { border-color: rgb(254,88,184); }
td.TdClassName
{
border-color: #FE58B8;
}
.TagClassName
{
border-color: #FE58B8;
}
</style>