Shades of Deep Pink #FE2077
Tints of Deep Pink #FE2077
RGB
CMYK
RGB Variations
Color information
#FE2077 (or 0xFE2077) is known color: Deep Pink. HEX triplet: FE, 20 and 77. RGB value is (254,32,119). Sum of RGB (Red+Green+Blue) = 254+32+119=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2077 is #01DF88. Grayscale: #6C6C6C. Windows color (decimal): -122761 or 7807230. OLE color: 7807230.
HSL color Cylindrical-coordinate representation of color #FE2077: hue angle of 336.49º 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 #FE2077 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 119 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.00 |
| HSL | 336.49º | 0.99% | 0.56% | - |
| HSV(B) | 336.49º | 0.87% | 1% | - |
| XYZ | 44.72 | 23.44 | 19.62 | - |
| YUV | 108.3 | 134.05 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 119 | 0 | 0.87 | 0.53 | 0.00 | 336.49 | 0.99 | 0.56 |
| Hex | FE | 20 | 77 | 0 | 57 | 35 | 0 | 150 | 63 | 38 |
| Octal | 376 | 40 | 167 | 0 | 127 | 65 | 0 | 520 | 143 | 70 |
| Binary | 11111110 | 100000 | 1110111 | 0 | 1010111 | 110101 | 0 | 101010000 | 1100011 | 111000 |
Color Harmonies of #FE2077
Complementary color
Monochromatic Colors of #FE2077
Black with #FE2077
Text Example
Text Example
White with #FE2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2077; }
p { color: rgb(254,32,119); }
H1.HeaderClassName
{
color: #FE2077;
}
.AnyTagClassName
{
color: #FE2077;
}
</style>
background-color css
<style>
a { background-color: #FE2077; }
a { background-color: rgb(254,32,119); }
div.DivClassName
{
background-color: #FE2077;
}
.BgClassName
{
background-color: #FE2077;
}
</style>
border-color css
<style>
span { border-color: #FE2077; }
span { border-color: rgb(254,32,119); }
td.TdClassName
{
border-color: #FE2077;
}
.TagClassName
{
border-color: #FE2077;
}
</style>