Shades of Deep Pink #FE1579
Tints of Deep Pink #FE1579
RGB
CMYK
RGB Variations
Color information
#FE1579 (or 0xFE1579) is known color: Deep Pink. HEX triplet: FE, 15 and 79. RGB value is (254,21,121). Sum of RGB (Red+Green+Blue) = 254+21+121=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1579 is #01EA86. Grayscale: #656565. Windows color (decimal): -125575 or 7935486. OLE color: 7935486.
HSL color Cylindrical-coordinate representation of color #FE1579: hue angle of 334.25º 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 #FE1579 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 121 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.00 |
| HSL | 334.25º | 0.99% | 0.54% | - |
| HSV(B) | 334.25º | 0.92% | 1% | - |
| XYZ | 44.59 | 22.99 | 20.18 | - |
| YUV | 102.07 | 138.69 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 121 | 0 | 0.92 | 0.52 | 0.00 | 334.25 | 0.99 | 0.54 |
| Hex | FE | 15 | 79 | 0 | 5C | 34 | 0 | 14E | 63 | 36 |
| Octal | 376 | 25 | 171 | 0 | 134 | 64 | 0 | 516 | 143 | 66 |
| Binary | 11111110 | 10101 | 1111001 | 0 | 1011100 | 110100 | 0 | 101001110 | 1100011 | 110110 |
Color Harmonies of #FE1579
Complementary color
Monochromatic Colors of #FE1579
Black with #FE1579
Text Example
Text Example
White with #FE1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1579; }
p { color: rgb(254,21,121); }
H1.HeaderClassName
{
color: #FE1579;
}
.AnyTagClassName
{
color: #FE1579;
}
</style>
background-color css
<style>
a { background-color: #FE1579; }
a { background-color: rgb(254,21,121); }
div.DivClassName
{
background-color: #FE1579;
}
.BgClassName
{
background-color: #FE1579;
}
</style>
border-color css
<style>
span { border-color: #FE1579; }
span { border-color: rgb(254,21,121); }
td.TdClassName
{
border-color: #FE1579;
}
.TagClassName
{
border-color: #FE1579;
}
</style>