Shades of Deep Pink #FE11A0
Tints of Deep Pink #FE11A0
RGB
CMYK
RGB Variations
Color information
#FE11A0 (or 0xFE11A0) is known color: Deep Pink. HEX triplet: FE, 11 and A0. RGB value is (254,17,160). Sum of RGB (Red+Green+Blue) = 254+17+160=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11A0 is #01EE5F. Grayscale: #676767. Windows color (decimal): -126560 or 10490366. OLE color: 10490366.
HSL color Cylindrical-coordinate representation of color #FE11A0: hue angle of 323.8º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11A0 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 160 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.00 |
| HSL | 323.8º | 0.99% | 0.53% | - |
| HSV(B) | 323.8º | 0.93% | 1% | - |
| XYZ | 47.42 | 24.01 | 35.39 | - |
| YUV | 104.17 | 159.52 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 160 | 0 | 0.93 | 0.37 | 0.00 | 323.8 | 0.99 | 0.53 |
| Hex | FE | 11 | A0 | 0 | 5D | 25 | 0 | 144 | 63 | 35 |
| Octal | 376 | 21 | 240 | 0 | 135 | 45 | 0 | 504 | 143 | 65 |
| Binary | 11111110 | 10001 | 10100000 | 0 | 1011101 | 100101 | 0 | 101000100 | 1100011 | 110101 |
Color Harmonies of #FE11A0
Complementary color
Monochromatic Colors of #FE11A0
Black with #FE11A0
Text Example
Text Example
White with #FE11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11A0; }
p { color: rgb(254,17,160); }
H1.HeaderClassName
{
color: #FE11A0;
}
.AnyTagClassName
{
color: #FE11A0;
}
</style>
background-color css
<style>
a { background-color: #FE11A0; }
a { background-color: rgb(254,17,160); }
div.DivClassName
{
background-color: #FE11A0;
}
.BgClassName
{
background-color: #FE11A0;
}
</style>
border-color css
<style>
span { border-color: #FE11A0; }
span { border-color: rgb(254,17,160); }
td.TdClassName
{
border-color: #FE11A0;
}
.TagClassName
{
border-color: #FE11A0;
}
</style>