Shades of Hot Pink #FE5EAE
Tints of Hot Pink #FE5EAE
RGB
CMYK
RGB Variations
Color information
#FE5EAE (or 0xFE5EAE) is known color: Hot Pink. HEX triplet: FE, 5E and AE. RGB value is (254,94,174). Sum of RGB (Red+Green+Blue) = 254+94+174=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5EAE is #01A151. Grayscale: #969696. Windows color (decimal): -106834 or 11427582. OLE color: 11427582.
HSL color Cylindrical-coordinate representation of color #FE5EAE: hue angle of 330º 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 #FE5EAE is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 174 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.00 |
| HSL | 330º | 0.99% | 0.68% | - |
| HSV(B) | 330º | 0.63% | 1% | - |
| XYZ | 52.52 | 32.13 | 43.48 | - |
| YUV | 150.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 174 | 0 | 0.63 | 0.31 | 0.00 | 330 | 0.99 | 0.68 |
| Hex | FE | 5E | AE | 0 | 3F | 1F | 0 | 14A | 63 | 44 |
| Octal | 376 | 136 | 256 | 0 | 77 | 37 | 0 | 512 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10101110 | 0 | 111111 | 11111 | 0 | 101001010 | 1100011 | 1000100 |
Color Harmonies of #FE5EAE
Complementary color
Monochromatic Colors of #FE5EAE
Black with #FE5EAE
Text Example
Text Example
White with #FE5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EAE; }
p { color: rgb(254,94,174); }
H1.HeaderClassName
{
color: #FE5EAE;
}
.AnyTagClassName
{
color: #FE5EAE;
}
</style>
background-color css
<style>
a { background-color: #FE5EAE; }
a { background-color: rgb(254,94,174); }
div.DivClassName
{
background-color: #FE5EAE;
}
.BgClassName
{
background-color: #FE5EAE;
}
</style>
border-color css
<style>
span { border-color: #FE5EAE; }
span { border-color: rgb(254,94,174); }
td.TdClassName
{
border-color: #FE5EAE;
}
.TagClassName
{
border-color: #FE5EAE;
}
</style>