Shades of Deep Pink #FE1E8D
Tints of Deep Pink #FE1E8D
RGB
CMYK
RGB Variations
Color information
#FE1E8D (or 0xFE1E8D) is known color: Deep Pink. HEX triplet: FE, 1E and 8D. RGB value is (254,30,141). Sum of RGB (Red+Green+Blue) = 254+30+141=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1E8D is #01E172. Grayscale: #6D6D6D. Windows color (decimal): -123251 or 9248510. OLE color: 9248510.
HSL color Cylindrical-coordinate representation of color #FE1E8D: hue angle of 330.27º 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 #FE1E8D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 141 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.00 |
| HSL | 330.27º | 0.99% | 0.56% | - |
| HSV(B) | 330.27º | 0.88% | 1% | - |
| XYZ | 46.15 | 23.92 | 27.38 | - |
| YUV | 109.63 | 145.71 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 141 | 0 | 0.88 | 0.44 | 0.00 | 330.27 | 0.99 | 0.56 |
| Hex | FE | 1E | 8D | 0 | 58 | 2C | 0 | 14A | 63 | 38 |
| Octal | 376 | 36 | 215 | 0 | 130 | 54 | 0 | 512 | 143 | 70 |
| Binary | 11111110 | 11110 | 10001101 | 0 | 1011000 | 101100 | 0 | 101001010 | 1100011 | 111000 |
Color Harmonies of #FE1E8D
Complementary color
Monochromatic Colors of #FE1E8D
Black with #FE1E8D
Text Example
Text Example
White with #FE1E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E8D; }
p { color: rgb(254,30,141); }
H1.HeaderClassName
{
color: #FE1E8D;
}
.AnyTagClassName
{
color: #FE1E8D;
}
</style>
background-color css
<style>
a { background-color: #FE1E8D; }
a { background-color: rgb(254,30,141); }
div.DivClassName
{
background-color: #FE1E8D;
}
.BgClassName
{
background-color: #FE1E8D;
}
</style>
border-color css
<style>
span { border-color: #FE1E8D; }
span { border-color: rgb(254,30,141); }
td.TdClassName
{
border-color: #FE1E8D;
}
.TagClassName
{
border-color: #FE1E8D;
}
</style>