Shades of Deep Pink #FE157C
Tints of Deep Pink #FE157C
RGB
CMYK
RGB Variations
Color information
#FE157C (or 0xFE157C) is known color: Deep Pink. HEX triplet: FE, 15 and 7C. RGB value is (254,21,124). Sum of RGB (Red+Green+Blue) = 254+21+124=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE157C is #01EA83. Grayscale: #666666. Windows color (decimal): -125572 or 8132094. OLE color: 8132094.
HSL color Cylindrical-coordinate representation of color #FE157C: hue angle of 333.48º 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 #FE157C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 124 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.00 |
| HSL | 333.48º | 0.99% | 0.54% | - |
| HSV(B) | 333.48º | 0.92% | 1% | - |
| XYZ | 44.78 | 23.06 | 21.16 | - |
| YUV | 102.41 | 140.19 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 124 | 0 | 0.92 | 0.51 | 0.00 | 333.48 | 0.99 | 0.54 |
| Hex | FE | 15 | 7C | 0 | 5C | 33 | 0 | 14D | 63 | 36 |
| Octal | 376 | 25 | 174 | 0 | 134 | 63 | 0 | 515 | 143 | 66 |
| Binary | 11111110 | 10101 | 1111100 | 0 | 1011100 | 110011 | 0 | 101001101 | 1100011 | 110110 |
Color Harmonies of #FE157C
Complementary color
Monochromatic Colors of #FE157C
Black with #FE157C
Text Example
Text Example
White with #FE157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE157C; }
p { color: rgb(254,21,124); }
H1.HeaderClassName
{
color: #FE157C;
}
.AnyTagClassName
{
color: #FE157C;
}
</style>
background-color css
<style>
a { background-color: #FE157C; }
a { background-color: rgb(254,21,124); }
div.DivClassName
{
background-color: #FE157C;
}
.BgClassName
{
background-color: #FE157C;
}
</style>
border-color css
<style>
span { border-color: #FE157C; }
span { border-color: rgb(254,21,124); }
td.TdClassName
{
border-color: #FE157C;
}
.TagClassName
{
border-color: #FE157C;
}
</style>