Shades of Deep Pink #FE118F
Tints of Deep Pink #FE118F
RGB
CMYK
RGB Variations
Color information
#FE118F (or 0xFE118F) is known color: Deep Pink. HEX triplet: FE, 11 and 8F. RGB value is (254,17,143). Sum of RGB (Red+Green+Blue) = 254+17+143=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE118F is #01EE70. Grayscale: #656565. Windows color (decimal): -126577 or 9376254. OLE color: 9376254.
HSL color Cylindrical-coordinate representation of color #FE118F: hue angle of 328.1º 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 #FE118F is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 143 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.00 |
| HSL | 328.1º | 0.99% | 0.53% | - |
| HSV(B) | 328.1º | 0.93% | 1% | - |
| XYZ | 46.03 | 23.45 | 28.09 | - |
| YUV | 102.23 | 151.02 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 143 | 0 | 0.93 | 0.44 | 0.00 | 328.1 | 0.99 | 0.53 |
| Hex | FE | 11 | 8F | 0 | 5D | 2C | 0 | 148 | 63 | 35 |
| Octal | 376 | 21 | 217 | 0 | 135 | 54 | 0 | 510 | 143 | 65 |
| Binary | 11111110 | 10001 | 10001111 | 0 | 1011101 | 101100 | 0 | 101001000 | 1100011 | 110101 |
Color Harmonies of #FE118F
Complementary color
Monochromatic Colors of #FE118F
Black with #FE118F
Text Example
Text Example
White with #FE118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE118F; }
p { color: rgb(254,17,143); }
H1.HeaderClassName
{
color: #FE118F;
}
.AnyTagClassName
{
color: #FE118F;
}
</style>
background-color css
<style>
a { background-color: #FE118F; }
a { background-color: rgb(254,17,143); }
div.DivClassName
{
background-color: #FE118F;
}
.BgClassName
{
background-color: #FE118F;
}
</style>
border-color css
<style>
span { border-color: #FE118F; }
span { border-color: rgb(254,17,143); }
td.TdClassName
{
border-color: #FE118F;
}
.TagClassName
{
border-color: #FE118F;
}
</style>