Shades of Hot Pink #FE58BB
Tints of Hot Pink #FE58BB
RGB
CMYK
RGB Variations
Color information
#FE58BB (or 0xFE58BB) is known color: Hot Pink. HEX triplet: FE, 58 and BB. RGB value is (254,88,187). Sum of RGB (Red+Green+Blue) = 254+88+187=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58BB is #01A744. Grayscale: #949494. Windows color (decimal): -108357 or 12278014. OLE color: 12278014.
HSL color Cylindrical-coordinate representation of color #FE58BB: hue angle of 324.22º 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 #FE58BB is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 187 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.00 |
| HSL | 324.22º | 0.99% | 0.67% | - |
| HSV(B) | 324.22º | 0.65% | 1% | - |
| XYZ | 53.33 | 31.64 | 50.31 | - |
| YUV | 148.92 | 149.5 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 187 | 0 | 0.65 | 0.26 | 0.00 | 324.22 | 0.99 | 0.67 |
| Hex | FE | 58 | BB | 0 | 41 | 1A | 0 | 144 | 63 | 43 |
| Octal | 376 | 130 | 273 | 0 | 101 | 32 | 0 | 504 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10111011 | 0 | 1000001 | 11010 | 0 | 101000100 | 1100011 | 1000011 |
Color Harmonies of #FE58BB
Complementary color
Monochromatic Colors of #FE58BB
Black with #FE58BB
Text Example
Text Example
White with #FE58BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58BB; }
p { color: rgb(254,88,187); }
H1.HeaderClassName
{
color: #FE58BB;
}
.AnyTagClassName
{
color: #FE58BB;
}
</style>
background-color css
<style>
a { background-color: #FE58BB; }
a { background-color: rgb(254,88,187); }
div.DivClassName
{
background-color: #FE58BB;
}
.BgClassName
{
background-color: #FE58BB;
}
</style>
border-color css
<style>
span { border-color: #FE58BB; }
span { border-color: rgb(254,88,187); }
td.TdClassName
{
border-color: #FE58BB;
}
.TagClassName
{
border-color: #FE58BB;
}
</style>