Shades of Hot Pink #FE5AB6
Tints of Hot Pink #FE5AB6
RGB
CMYK
RGB Variations
Color information
#FE5AB6 (or 0xFE5AB6) is known color: Hot Pink. HEX triplet: FE, 5A and B6. RGB value is (254,90,182). Sum of RGB (Red+Green+Blue) = 254+90+182=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5AB6 is #01A549. Grayscale: #959595. Windows color (decimal): -107850 or 11950846. OLE color: 11950846.
HSL color Cylindrical-coordinate representation of color #FE5AB6: hue angle of 326.34º 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 #FE5AB6 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 182 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.00 |
| HSL | 326.34º | 0.99% | 0.67% | - |
| HSV(B) | 326.34º | 0.65% | 1% | - |
| XYZ | 52.97 | 31.76 | 47.59 | - |
| YUV | 149.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 182 | 0 | 0.65 | 0.28 | 0.00 | 326.34 | 0.99 | 0.67 |
| Hex | FE | 5A | B6 | 0 | 41 | 1C | 0 | 146 | 63 | 43 |
| Octal | 376 | 132 | 266 | 0 | 101 | 34 | 0 | 506 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10110110 | 0 | 1000001 | 11100 | 0 | 101000110 | 1100011 | 1000011 |
Color Harmonies of #FE5AB6
Complementary color
Monochromatic Colors of #FE5AB6
Black with #FE5AB6
Text Example
Text Example
White with #FE5AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AB6; }
p { color: rgb(254,90,182); }
H1.HeaderClassName
{
color: #FE5AB6;
}
.AnyTagClassName
{
color: #FE5AB6;
}
</style>
background-color css
<style>
a { background-color: #FE5AB6; }
a { background-color: rgb(254,90,182); }
div.DivClassName
{
background-color: #FE5AB6;
}
.BgClassName
{
background-color: #FE5AB6;
}
</style>
border-color css
<style>
span { border-color: #FE5AB6; }
span { border-color: rgb(254,90,182); }
td.TdClassName
{
border-color: #FE5AB6;
}
.TagClassName
{
border-color: #FE5AB6;
}
</style>