Shades of Deep Pink #FE159E
Tints of Deep Pink #FE159E
RGB
CMYK
RGB Variations
Color information
#FE159E (or 0xFE159E) is known color: Deep Pink. HEX triplet: FE, 15 and 9E. RGB value is (254,21,158). Sum of RGB (Red+Green+Blue) = 254+21+158=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE159E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE159E is #01EA61. Grayscale: #696969. Windows color (decimal): -125538 or 10360318. OLE color: 10360318.
HSL color Cylindrical-coordinate representation of color #FE159E: hue angle of 324.72º 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 #FE159E is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 158 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.00 |
| HSL | 324.72º | 0.99% | 0.54% | - |
| HSV(B) | 324.72º | 0.92% | 1% | - |
| XYZ | 47.31 | 24.08 | 34.5 | - |
| YUV | 106.29 | 157.19 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 158 | 0 | 0.92 | 0.38 | 0.00 | 324.72 | 0.99 | 0.54 |
| Hex | FE | 15 | 9E | 0 | 5C | 26 | 0 | 145 | 63 | 36 |
| Octal | 376 | 25 | 236 | 0 | 134 | 46 | 0 | 505 | 143 | 66 |
| Binary | 11111110 | 10101 | 10011110 | 0 | 1011100 | 100110 | 0 | 101000101 | 1100011 | 110110 |
Color Harmonies of #FE159E
Complementary color
Monochromatic Colors of #FE159E
Black with #FE159E
Text Example
Text Example
White with #FE159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE159E; }
p { color: rgb(254,21,158); }
H1.HeaderClassName
{
color: #FE159E;
}
.AnyTagClassName
{
color: #FE159E;
}
</style>
background-color css
<style>
a { background-color: #FE159E; }
a { background-color: rgb(254,21,158); }
div.DivClassName
{
background-color: #FE159E;
}
.BgClassName
{
background-color: #FE159E;
}
</style>
border-color css
<style>
span { border-color: #FE159E; }
span { border-color: rgb(254,21,158); }
td.TdClassName
{
border-color: #FE159E;
}
.TagClassName
{
border-color: #FE159E;
}
</style>