Shades of Deep Pink #FE1979
Tints of Deep Pink #FE1979
RGB
CMYK
RGB Variations
Color information
#FE1979 (or 0xFE1979) is known color: Deep Pink. HEX triplet: FE, 19 and 79. RGB value is (254,25,121). Sum of RGB (Red+Green+Blue) = 254+25+121=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1979 is #01E686. Grayscale: #686868. Windows color (decimal): -124551 or 7936510. OLE color: 7936510.
HSL color Cylindrical-coordinate representation of color #FE1979: hue angle of 334.85º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1979 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 121 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.00 |
| HSL | 334.85º | 0.99% | 0.55% | - |
| HSV(B) | 334.85º | 0.9% | 1% | - |
| XYZ | 44.67 | 23.15 | 20.2 | - |
| YUV | 104.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 121 | 0 | 0.90 | 0.52 | 0.00 | 334.85 | 0.99 | 0.55 |
| Hex | FE | 19 | 79 | 0 | 5A | 34 | 0 | 14F | 63 | 37 |
| Octal | 376 | 31 | 171 | 0 | 132 | 64 | 0 | 517 | 143 | 67 |
| Binary | 11111110 | 11001 | 1111001 | 0 | 1011010 | 110100 | 0 | 101001111 | 1100011 | 110111 |
Color Harmonies of #FE1979
Complementary color
Monochromatic Colors of #FE1979
Black with #FE1979
Text Example
Text Example
White with #FE1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1979; }
p { color: rgb(254,25,121); }
H1.HeaderClassName
{
color: #FE1979;
}
.AnyTagClassName
{
color: #FE1979;
}
</style>
background-color css
<style>
a { background-color: #FE1979; }
a { background-color: rgb(254,25,121); }
div.DivClassName
{
background-color: #FE1979;
}
.BgClassName
{
background-color: #FE1979;
}
</style>
border-color css
<style>
span { border-color: #FE1979; }
span { border-color: rgb(254,25,121); }
td.TdClassName
{
border-color: #FE1979;
}
.TagClassName
{
border-color: #FE1979;
}
</style>