Shades of Hot Pink #FE58BD
Tints of Hot Pink #FE58BD
RGB
CMYK
RGB Variations
Color information
#FE58BD (or 0xFE58BD) is known color: Hot Pink. HEX triplet: FE, 58 and BD. RGB value is (254,88,189). Sum of RGB (Red+Green+Blue) = 254+88+189=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58BD is #01A742. Grayscale: #949494. Windows color (decimal): -108355 or 12409086. OLE color: 12409086.
HSL color Cylindrical-coordinate representation of color #FE58BD: hue angle of 323.49º 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 #FE58BD is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 189 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.00 |
| HSL | 323.49º | 0.99% | 0.67% | - |
| HSV(B) | 323.49º | 0.65% | 1% | - |
| XYZ | 53.55 | 31.72 | 51.45 | - |
| YUV | 149.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 189 | 0 | 0.65 | 0.26 | 0.00 | 323.49 | 0.99 | 0.67 |
| Hex | FE | 58 | BD | 0 | 41 | 1A | 0 | 143 | 63 | 43 |
| Octal | 376 | 130 | 275 | 0 | 101 | 32 | 0 | 503 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10111101 | 0 | 1000001 | 11010 | 0 | 101000011 | 1100011 | 1000011 |
Color Harmonies of #FE58BD
Complementary color
Monochromatic Colors of #FE58BD
Black with #FE58BD
Text Example
Text Example
White with #FE58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58BD; }
p { color: rgb(254,88,189); }
H1.HeaderClassName
{
color: #FE58BD;
}
.AnyTagClassName
{
color: #FE58BD;
}
</style>
background-color css
<style>
a { background-color: #FE58BD; }
a { background-color: rgb(254,88,189); }
div.DivClassName
{
background-color: #FE58BD;
}
.BgClassName
{
background-color: #FE58BD;
}
</style>
border-color css
<style>
span { border-color: #FE58BD; }
span { border-color: rgb(254,88,189); }
td.TdClassName
{
border-color: #FE58BD;
}
.TagClassName
{
border-color: #FE58BD;
}
</style>