Shades of Deep Pink #FE2078
Tints of Deep Pink #FE2078
RGB
CMYK
RGB Variations
Color information
#FE2078 (or 0xFE2078) is known color: Deep Pink. HEX triplet: FE, 20 and 78. RGB value is (254,32,120). Sum of RGB (Red+Green+Blue) = 254+32+120=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2078 is #01DF87. Grayscale: #6C6C6C. Windows color (decimal): -122760 or 7872766. OLE color: 7872766.
HSL color Cylindrical-coordinate representation of color #FE2078: hue angle of 336.22º 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 #FE2078 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 120 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.00 |
| HSL | 336.22º | 0.99% | 0.56% | - |
| HSV(B) | 336.22º | 0.87% | 1% | - |
| XYZ | 44.78 | 23.46 | 19.94 | - |
| YUV | 108.41 | 134.55 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 120 | 0 | 0.87 | 0.53 | 0.00 | 336.22 | 0.99 | 0.56 |
| Hex | FE | 20 | 78 | 0 | 57 | 35 | 0 | 150 | 63 | 38 |
| Octal | 376 | 40 | 170 | 0 | 127 | 65 | 0 | 520 | 143 | 70 |
| Binary | 11111110 | 100000 | 1111000 | 0 | 1010111 | 110101 | 0 | 101010000 | 1100011 | 111000 |
Color Harmonies of #FE2078
Complementary color
Monochromatic Colors of #FE2078
Black with #FE2078
Text Example
Text Example
White with #FE2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2078; }
p { color: rgb(254,32,120); }
H1.HeaderClassName
{
color: #FE2078;
}
.AnyTagClassName
{
color: #FE2078;
}
</style>
background-color css
<style>
a { background-color: #FE2078; }
a { background-color: rgb(254,32,120); }
div.DivClassName
{
background-color: #FE2078;
}
.BgClassName
{
background-color: #FE2078;
}
</style>
border-color css
<style>
span { border-color: #FE2078; }
span { border-color: rgb(254,32,120); }
td.TdClassName
{
border-color: #FE2078;
}
.TagClassName
{
border-color: #FE2078;
}
</style>