Shades of Deep Pink #FE2079
Tints of Deep Pink #FE2079
RGB
CMYK
RGB Variations
Color information
#FE2079 (or 0xFE2079) is known color: Deep Pink. HEX triplet: FE, 20 and 79. RGB value is (254,32,121). Sum of RGB (Red+Green+Blue) = 254+32+121=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2079 is #01DF86. Grayscale: #6C6C6C. Windows color (decimal): -122759 or 7938302. OLE color: 7938302.
HSL color Cylindrical-coordinate representation of color #FE2079: hue angle of 335.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2079 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 121 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.00 |
| HSL | 335.95º | 0.99% | 0.56% | - |
| HSV(B) | 335.95º | 0.87% | 1% | - |
| XYZ | 44.84 | 23.48 | 20.26 | - |
| YUV | 108.52 | 135.05 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 121 | 0 | 0.87 | 0.52 | 0.00 | 335.95 | 0.99 | 0.56 |
| Hex | FE | 20 | 79 | 0 | 57 | 34 | 0 | 150 | 63 | 38 |
| Octal | 376 | 40 | 171 | 0 | 127 | 64 | 0 | 520 | 143 | 70 |
| Binary | 11111110 | 100000 | 1111001 | 0 | 1010111 | 110100 | 0 | 101010000 | 1100011 | 111000 |
Color Harmonies of #FE2079
Complementary color
Monochromatic Colors of #FE2079
Black with #FE2079
Text Example
Text Example
White with #FE2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2079; }
p { color: rgb(254,32,121); }
H1.HeaderClassName
{
color: #FE2079;
}
.AnyTagClassName
{
color: #FE2079;
}
</style>
background-color css
<style>
a { background-color: #FE2079; }
a { background-color: rgb(254,32,121); }
div.DivClassName
{
background-color: #FE2079;
}
.BgClassName
{
background-color: #FE2079;
}
</style>
border-color css
<style>
span { border-color: #FE2079; }
span { border-color: rgb(254,32,121); }
td.TdClassName
{
border-color: #FE2079;
}
.TagClassName
{
border-color: #FE2079;
}
</style>