Shades of Hot Pink #FE58BC
Tints of Hot Pink #FE58BC
RGB
CMYK
RGB Variations
Color information
#FE58BC (or 0xFE58BC) is known color: Hot Pink. HEX triplet: FE, 58 and BC. RGB value is (254,88,188). Sum of RGB (Red+Green+Blue) = 254+88+188=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58BC is #01A743. Grayscale: #949494. Windows color (decimal): -108356 or 12343550. OLE color: 12343550.
HSL color Cylindrical-coordinate representation of color #FE58BC: hue angle of 323.86º 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 #FE58BC is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 188 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.00 |
| HSL | 323.86º | 0.99% | 0.67% | - |
| HSV(B) | 323.86º | 0.65% | 1% | - |
| XYZ | 53.44 | 31.68 | 50.88 | - |
| YUV | 149.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 188 | 0 | 0.65 | 0.26 | 0.00 | 323.86 | 0.99 | 0.67 |
| Hex | FE | 58 | BC | 0 | 41 | 1A | 0 | 144 | 63 | 43 |
| Octal | 376 | 130 | 274 | 0 | 101 | 32 | 0 | 504 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10111100 | 0 | 1000001 | 11010 | 0 | 101000100 | 1100011 | 1000011 |
Color Harmonies of #FE58BC
Complementary color
Monochromatic Colors of #FE58BC
Black with #FE58BC
Text Example
Text Example
White with #FE58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58BC; }
p { color: rgb(254,88,188); }
H1.HeaderClassName
{
color: #FE58BC;
}
.AnyTagClassName
{
color: #FE58BC;
}
</style>
background-color css
<style>
a { background-color: #FE58BC; }
a { background-color: rgb(254,88,188); }
div.DivClassName
{
background-color: #FE58BC;
}
.BgClassName
{
background-color: #FE58BC;
}
</style>
border-color css
<style>
span { border-color: #FE58BC; }
span { border-color: rgb(254,88,188); }
td.TdClassName
{
border-color: #FE58BC;
}
.TagClassName
{
border-color: #FE58BC;
}
</style>