Shades of Deep Pink #FE11A2
Tints of Deep Pink #FE11A2
RGB
CMYK
RGB Variations
Color information
#FE11A2 (or 0xFE11A2) is known color: Deep Pink. HEX triplet: FE, 11 and A2. RGB value is (254,17,162). Sum of RGB (Red+Green+Blue) = 254+17+162=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11A2 is #01EE5D. Grayscale: #686868. Windows color (decimal): -126558 or 10621438. OLE color: 10621438.
HSL color Cylindrical-coordinate representation of color #FE11A2: hue angle of 323.29º 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 #FE11A2 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 162 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.00 |
| HSL | 323.29º | 0.99% | 0.53% | - |
| HSV(B) | 323.29º | 0.93% | 1% | - |
| XYZ | 47.6 | 24.08 | 36.32 | - |
| YUV | 104.39 | 160.52 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 162 | 0 | 0.93 | 0.36 | 0.00 | 323.29 | 0.99 | 0.53 |
| Hex | FE | 11 | A2 | 0 | 5D | 24 | 0 | 143 | 63 | 35 |
| Octal | 376 | 21 | 242 | 0 | 135 | 44 | 0 | 503 | 143 | 65 |
| Binary | 11111110 | 10001 | 10100010 | 0 | 1011101 | 100100 | 0 | 101000011 | 1100011 | 110101 |
Color Harmonies of #FE11A2
Complementary color
Monochromatic Colors of #FE11A2
Black with #FE11A2
Text Example
Text Example
White with #FE11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11A2; }
p { color: rgb(254,17,162); }
H1.HeaderClassName
{
color: #FE11A2;
}
.AnyTagClassName
{
color: #FE11A2;
}
</style>
background-color css
<style>
a { background-color: #FE11A2; }
a { background-color: rgb(254,17,162); }
div.DivClassName
{
background-color: #FE11A2;
}
.BgClassName
{
background-color: #FE11A2;
}
</style>
border-color css
<style>
span { border-color: #FE11A2; }
span { border-color: rgb(254,17,162); }
td.TdClassName
{
border-color: #FE11A2;
}
.TagClassName
{
border-color: #FE11A2;
}
</style>