Shades of Deep Pink #FE1A80
Tints of Deep Pink #FE1A80
RGB
CMYK
RGB Variations
Color information
#FE1A80 (or 0xFE1A80) is known color: Deep Pink. HEX triplet: FE, 1A and 80. RGB value is (254,26,128). Sum of RGB (Red+Green+Blue) = 254+26+128=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1A80 is #01E57F. Grayscale: #696969. Windows color (decimal): -124288 or 8395518. OLE color: 8395518.
HSL color Cylindrical-coordinate representation of color #FE1A80: hue angle of 333.16º 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 #FE1A80 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 128 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.00 |
| HSL | 333.16º | 0.99% | 0.55% | - |
| HSV(B) | 333.16º | 0.9% | 1% | - |
| XYZ | 45.14 | 23.37 | 22.55 | - |
| YUV | 105.8 | 140.54 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 128 | 0 | 0.90 | 0.50 | 0.00 | 333.16 | 0.99 | 0.55 |
| Hex | FE | 1A | 80 | 0 | 5A | 32 | 0 | 14D | 63 | 37 |
| Octal | 376 | 32 | 200 | 0 | 132 | 62 | 0 | 515 | 143 | 67 |
| Binary | 11111110 | 11010 | 10000000 | 0 | 1011010 | 110010 | 0 | 101001101 | 1100011 | 110111 |
Color Harmonies of #FE1A80
Complementary color
Monochromatic Colors of #FE1A80
Black with #FE1A80
Text Example
Text Example
White with #FE1A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A80; }
p { color: rgb(254,26,128); }
H1.HeaderClassName
{
color: #FE1A80;
}
.AnyTagClassName
{
color: #FE1A80;
}
</style>
background-color css
<style>
a { background-color: #FE1A80; }
a { background-color: rgb(254,26,128); }
div.DivClassName
{
background-color: #FE1A80;
}
.BgClassName
{
background-color: #FE1A80;
}
</style>
border-color css
<style>
span { border-color: #FE1A80; }
span { border-color: rgb(254,26,128); }
td.TdClassName
{
border-color: #FE1A80;
}
.TagClassName
{
border-color: #FE1A80;
}
</style>