Shades of Deep Pink #FE2080
Tints of Deep Pink #FE2080
RGB
CMYK
RGB Variations
Color information
#FE2080 (or 0xFE2080) is known color: Deep Pink. HEX triplet: FE, 20 and 80. RGB value is (254,32,128). Sum of RGB (Red+Green+Blue) = 254+32+128=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2080 is #01DF7F. Grayscale: #6D6D6D. Windows color (decimal): -122752 or 8397054. OLE color: 8397054.
HSL color Cylindrical-coordinate representation of color #FE2080: hue angle of 334.05º 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 #FE2080 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 128 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.00 |
| HSL | 334.05º | 0.99% | 0.56% | - |
| HSV(B) | 334.05º | 0.87% | 1% | - |
| XYZ | 45.29 | 23.66 | 22.6 | - |
| YUV | 109.32 | 138.55 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 128 | 0 | 0.87 | 0.50 | 0.00 | 334.05 | 0.99 | 0.56 |
| Hex | FE | 20 | 80 | 0 | 57 | 32 | 0 | 14E | 63 | 38 |
| Octal | 376 | 40 | 200 | 0 | 127 | 62 | 0 | 516 | 143 | 70 |
| Binary | 11111110 | 100000 | 10000000 | 0 | 1010111 | 110010 | 0 | 101001110 | 1100011 | 111000 |
Color Harmonies of #FE2080
Complementary color
Monochromatic Colors of #FE2080
Black with #FE2080
Text Example
Text Example
White with #FE2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2080; }
p { color: rgb(254,32,128); }
H1.HeaderClassName
{
color: #FE2080;
}
.AnyTagClassName
{
color: #FE2080;
}
</style>
background-color css
<style>
a { background-color: #FE2080; }
a { background-color: rgb(254,32,128); }
div.DivClassName
{
background-color: #FE2080;
}
.BgClassName
{
background-color: #FE2080;
}
</style>
border-color css
<style>
span { border-color: #FE2080; }
span { border-color: rgb(254,32,128); }
td.TdClassName
{
border-color: #FE2080;
}
.TagClassName
{
border-color: #FE2080;
}
</style>