Shades of Deep Pink #FE11A1
Tints of Deep Pink #FE11A1
RGB
CMYK
RGB Variations
Color information
#FE11A1 (or 0xFE11A1) is known color: Deep Pink. HEX triplet: FE, 11 and A1. RGB value is (254,17,161). Sum of RGB (Red+Green+Blue) = 254+17+161=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11A1 is #01EE5E. Grayscale: #676767. Windows color (decimal): -126559 or 10555902. OLE color: 10555902.
HSL color Cylindrical-coordinate representation of color #FE11A1: hue angle of 323.54º 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 #FE11A1 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 161 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.00 |
| HSL | 323.54º | 0.99% | 0.53% | - |
| HSV(B) | 323.54º | 0.93% | 1% | - |
| XYZ | 47.51 | 24.04 | 35.86 | - |
| YUV | 104.28 | 160.02 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 161 | 0 | 0.93 | 0.37 | 0.00 | 323.54 | 0.99 | 0.53 |
| Hex | FE | 11 | A1 | 0 | 5D | 25 | 0 | 144 | 63 | 35 |
| Octal | 376 | 21 | 241 | 0 | 135 | 45 | 0 | 504 | 143 | 65 |
| Binary | 11111110 | 10001 | 10100001 | 0 | 1011101 | 100101 | 0 | 101000100 | 1100011 | 110101 |
Color Harmonies of #FE11A1
Complementary color
Monochromatic Colors of #FE11A1
Black with #FE11A1
Text Example
Text Example
White with #FE11A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11A1; }
p { color: rgb(254,17,161); }
H1.HeaderClassName
{
color: #FE11A1;
}
.AnyTagClassName
{
color: #FE11A1;
}
</style>
background-color css
<style>
a { background-color: #FE11A1; }
a { background-color: rgb(254,17,161); }
div.DivClassName
{
background-color: #FE11A1;
}
.BgClassName
{
background-color: #FE11A1;
}
</style>
border-color css
<style>
span { border-color: #FE11A1; }
span { border-color: rgb(254,17,161); }
td.TdClassName
{
border-color: #FE11A1;
}
.TagClassName
{
border-color: #FE11A1;
}
</style>