Shades of Hot Pink #FE5EBC
Tints of Hot Pink #FE5EBC
RGB
CMYK
RGB Variations
Color information
#FE5EBC (or 0xFE5EBC) is known color: Hot Pink. HEX triplet: FE, 5E and BC. RGB value is (254,94,188). Sum of RGB (Red+Green+Blue) = 254+94+188=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5EBC is #01A143. Grayscale: #989898. Windows color (decimal): -106820 or 12345086. OLE color: 12345086.
HSL color Cylindrical-coordinate representation of color #FE5EBC: hue angle of 324.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EBC is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 188 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.00 |
| HSL | 324.75º | 0.99% | 0.68% | - |
| HSV(B) | 324.75º | 0.63% | 1% | - |
| XYZ | 53.95 | 32.71 | 51.05 | - |
| YUV | 152.56 | 148.01 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 188 | 0 | 0.63 | 0.26 | 0.00 | 324.75 | 0.99 | 0.68 |
| Hex | FE | 5E | BC | 0 | 3F | 1A | 0 | 145 | 63 | 44 |
| Octal | 376 | 136 | 274 | 0 | 77 | 32 | 0 | 505 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10111100 | 0 | 111111 | 11010 | 0 | 101000101 | 1100011 | 1000100 |
Color Harmonies of #FE5EBC
Complementary color
Monochromatic Colors of #FE5EBC
Black with #FE5EBC
Text Example
Text Example
White with #FE5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EBC; }
p { color: rgb(254,94,188); }
H1.HeaderClassName
{
color: #FE5EBC;
}
.AnyTagClassName
{
color: #FE5EBC;
}
</style>
background-color css
<style>
a { background-color: #FE5EBC; }
a { background-color: rgb(254,94,188); }
div.DivClassName
{
background-color: #FE5EBC;
}
.BgClassName
{
background-color: #FE5EBC;
}
</style>
border-color css
<style>
span { border-color: #FE5EBC; }
span { border-color: rgb(254,94,188); }
td.TdClassName
{
border-color: #FE5EBC;
}
.TagClassName
{
border-color: #FE5EBC;
}
</style>