Shades of Deep Pink #FE158E
Tints of Deep Pink #FE158E
RGB
CMYK
RGB Variations
Color information
#FE158E (or 0xFE158E) is known color: Deep Pink. HEX triplet: FE, 15 and 8E. RGB value is (254,21,142). Sum of RGB (Red+Green+Blue) = 254+21+142=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE158E is #01EA71. Grayscale: #686868. Windows color (decimal): -125554 or 9311742. OLE color: 9311742.
HSL color Cylindrical-coordinate representation of color #FE158E: hue angle of 328.84º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE158E is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 142 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.00 |
| HSL | 328.84º | 0.99% | 0.54% | - |
| HSV(B) | 328.84º | 0.92% | 1% | - |
| XYZ | 46.02 | 23.56 | 27.71 | - |
| YUV | 104.46 | 149.19 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 142 | 0 | 0.92 | 0.44 | 0.00 | 328.84 | 0.99 | 0.54 |
| Hex | FE | 15 | 8E | 0 | 5C | 2C | 0 | 149 | 63 | 36 |
| Octal | 376 | 25 | 216 | 0 | 134 | 54 | 0 | 511 | 143 | 66 |
| Binary | 11111110 | 10101 | 10001110 | 0 | 1011100 | 101100 | 0 | 101001001 | 1100011 | 110110 |
Color Harmonies of #FE158E
Complementary color
Monochromatic Colors of #FE158E
Black with #FE158E
Text Example
Text Example
White with #FE158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE158E; }
p { color: rgb(254,21,142); }
H1.HeaderClassName
{
color: #FE158E;
}
.AnyTagClassName
{
color: #FE158E;
}
</style>
background-color css
<style>
a { background-color: #FE158E; }
a { background-color: rgb(254,21,142); }
div.DivClassName
{
background-color: #FE158E;
}
.BgClassName
{
background-color: #FE158E;
}
</style>
border-color css
<style>
span { border-color: #FE158E; }
span { border-color: rgb(254,21,142); }
td.TdClassName
{
border-color: #FE158E;
}
.TagClassName
{
border-color: #FE158E;
}
</style>