Shades of Deep Pink #FE1E86
Tints of Deep Pink #FE1E86
RGB
CMYK
RGB Variations
Color information
#FE1E86 (or 0xFE1E86) is known color: Deep Pink. HEX triplet: FE, 1E and 86. RGB value is (254,30,134). Sum of RGB (Red+Green+Blue) = 254+30+134=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1E86 is #01E179. Grayscale: #6C6C6C. Windows color (decimal): -123258 or 8789758. OLE color: 8789758.
HSL color Cylindrical-coordinate representation of color #FE1E86: hue angle of 332.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1E86 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 134 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.00 |
| HSL | 332.14º | 0.99% | 0.56% | - |
| HSV(B) | 332.14º | 0.88% | 1% | - |
| XYZ | 45.64 | 23.72 | 24.73 | - |
| YUV | 108.83 | 142.21 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 134 | 0 | 0.88 | 0.47 | 0.00 | 332.14 | 0.99 | 0.56 |
| Hex | FE | 1E | 86 | 0 | 58 | 2F | 0 | 14C | 63 | 38 |
| Octal | 376 | 36 | 206 | 0 | 130 | 57 | 0 | 514 | 143 | 70 |
| Binary | 11111110 | 11110 | 10000110 | 0 | 1011000 | 101111 | 0 | 101001100 | 1100011 | 111000 |
Color Harmonies of #FE1E86
Complementary color
Monochromatic Colors of #FE1E86
Black with #FE1E86
Text Example
Text Example
White with #FE1E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E86; }
p { color: rgb(254,30,134); }
H1.HeaderClassName
{
color: #FE1E86;
}
.AnyTagClassName
{
color: #FE1E86;
}
</style>
background-color css
<style>
a { background-color: #FE1E86; }
a { background-color: rgb(254,30,134); }
div.DivClassName
{
background-color: #FE1E86;
}
.BgClassName
{
background-color: #FE1E86;
}
</style>
border-color css
<style>
span { border-color: #FE1E86; }
span { border-color: rgb(254,30,134); }
td.TdClassName
{
border-color: #FE1E86;
}
.TagClassName
{
border-color: #FE1E86;
}
</style>