Shades of Deep Pink #FE118D
Tints of Deep Pink #FE118D
RGB
CMYK
RGB Variations
Color information
#FE118D (or 0xFE118D) is known color: Deep Pink. HEX triplet: FE, 11 and 8D. RGB value is (254,17,141). Sum of RGB (Red+Green+Blue) = 254+17+141=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE118D is #01EE72. Grayscale: #656565. Windows color (decimal): -126579 or 9245182. OLE color: 9245182.
HSL color Cylindrical-coordinate representation of color #FE118D: hue angle of 328.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE118D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 141 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.00 |
| HSL | 328.61º | 0.99% | 0.53% | - |
| HSV(B) | 328.61º | 0.93% | 1% | - |
| XYZ | 45.88 | 23.39 | 27.3 | - |
| YUV | 102 | 150.02 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 141 | 0 | 0.93 | 0.44 | 0.00 | 328.61 | 0.99 | 0.53 |
| Hex | FE | 11 | 8D | 0 | 5D | 2C | 0 | 149 | 63 | 35 |
| Octal | 376 | 21 | 215 | 0 | 135 | 54 | 0 | 511 | 143 | 65 |
| Binary | 11111110 | 10001 | 10001101 | 0 | 1011101 | 101100 | 0 | 101001001 | 1100011 | 110101 |
Color Harmonies of #FE118D
Complementary color
Monochromatic Colors of #FE118D
Black with #FE118D
Text Example
Text Example
White with #FE118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE118D; }
p { color: rgb(254,17,141); }
H1.HeaderClassName
{
color: #FE118D;
}
.AnyTagClassName
{
color: #FE118D;
}
</style>
background-color css
<style>
a { background-color: #FE118D; }
a { background-color: rgb(254,17,141); }
div.DivClassName
{
background-color: #FE118D;
}
.BgClassName
{
background-color: #FE118D;
}
</style>
border-color css
<style>
span { border-color: #FE118D; }
span { border-color: rgb(254,17,141); }
td.TdClassName
{
border-color: #FE118D;
}
.TagClassName
{
border-color: #FE118D;
}
</style>