Shades of Deep Pink #FE118C
Tints of Deep Pink #FE118C
RGB
CMYK
RGB Variations
Color information
#FE118C (or 0xFE118C) is known color: Deep Pink. HEX triplet: FE, 11 and 8C. RGB value is (254,17,140). Sum of RGB (Red+Green+Blue) = 254+17+140=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE118C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE118C is #01EE73. Grayscale: #656565. Windows color (decimal): -126580 or 9179646. OLE color: 9179646.
HSL color Cylindrical-coordinate representation of color #FE118C: hue angle of 328.86º 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 #FE118C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 140 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.00 |
| HSL | 328.86º | 0.99% | 0.53% | - |
| HSV(B) | 328.86º | 0.93% | 1% | - |
| XYZ | 45.81 | 23.37 | 26.91 | - |
| YUV | 101.89 | 149.52 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 140 | 0 | 0.93 | 0.45 | 0.00 | 328.86 | 0.99 | 0.53 |
| Hex | FE | 11 | 8C | 0 | 5D | 2D | 0 | 149 | 63 | 35 |
| Octal | 376 | 21 | 214 | 0 | 135 | 55 | 0 | 511 | 143 | 65 |
| Binary | 11111110 | 10001 | 10001100 | 0 | 1011101 | 101101 | 0 | 101001001 | 1100011 | 110101 |
Color Harmonies of #FE118C
Complementary color
Monochromatic Colors of #FE118C
Black with #FE118C
Text Example
Text Example
White with #FE118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE118C; }
p { color: rgb(254,17,140); }
H1.HeaderClassName
{
color: #FE118C;
}
.AnyTagClassName
{
color: #FE118C;
}
</style>
background-color css
<style>
a { background-color: #FE118C; }
a { background-color: rgb(254,17,140); }
div.DivClassName
{
background-color: #FE118C;
}
.BgClassName
{
background-color: #FE118C;
}
</style>
border-color css
<style>
span { border-color: #FE118C; }
span { border-color: rgb(254,17,140); }
td.TdClassName
{
border-color: #FE118C;
}
.TagClassName
{
border-color: #FE118C;
}
</style>