Shades of Deep Pink #FE159D
Tints of Deep Pink #FE159D
RGB
CMYK
RGB Variations
Color information
#FE159D (or 0xFE159D) is known color: Deep Pink. HEX triplet: FE, 15 and 9D. RGB value is (254,21,157). Sum of RGB (Red+Green+Blue) = 254+21+157=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE159D is #01EA62. Grayscale: #696969. Windows color (decimal): -125539 or 10294782. OLE color: 10294782.
HSL color Cylindrical-coordinate representation of color #FE159D: hue angle of 324.98º 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 #FE159D is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 157 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.00 |
| HSL | 324.98º | 0.99% | 0.54% | - |
| HSV(B) | 324.98º | 0.92% | 1% | - |
| XYZ | 47.23 | 24.04 | 34.05 | - |
| YUV | 106.17 | 156.69 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 157 | 0 | 0.92 | 0.38 | 0.00 | 324.98 | 0.99 | 0.54 |
| Hex | FE | 15 | 9D | 0 | 5C | 26 | 0 | 145 | 63 | 36 |
| Octal | 376 | 25 | 235 | 0 | 134 | 46 | 0 | 505 | 143 | 66 |
| Binary | 11111110 | 10101 | 10011101 | 0 | 1011100 | 100110 | 0 | 101000101 | 1100011 | 110110 |
Color Harmonies of #FE159D
Complementary color
Monochromatic Colors of #FE159D
Black with #FE159D
Text Example
Text Example
White with #FE159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE159D; }
p { color: rgb(254,21,157); }
H1.HeaderClassName
{
color: #FE159D;
}
.AnyTagClassName
{
color: #FE159D;
}
</style>
background-color css
<style>
a { background-color: #FE159D; }
a { background-color: rgb(254,21,157); }
div.DivClassName
{
background-color: #FE159D;
}
.BgClassName
{
background-color: #FE159D;
}
</style>
border-color css
<style>
span { border-color: #FE159D; }
span { border-color: rgb(254,21,157); }
td.TdClassName
{
border-color: #FE159D;
}
.TagClassName
{
border-color: #FE159D;
}
</style>