Shades of Deep Pink #FE1179
Tints of Deep Pink #FE1179
RGB
CMYK
RGB Variations
Color information
#FE1179 (or 0xFE1179) is known color: Deep Pink. HEX triplet: FE, 11 and 79. RGB value is (254,17,121). Sum of RGB (Red+Green+Blue) = 254+17+121=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1179 is #01EE86. Grayscale: #636363. Windows color (decimal): -126599 or 7934462. OLE color: 7934462.
HSL color Cylindrical-coordinate representation of color #FE1179: hue angle of 333.67º 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 #FE1179 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 121 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.00 |
| HSL | 333.67º | 0.99% | 0.53% | - |
| HSV(B) | 333.67º | 0.93% | 1% | - |
| XYZ | 44.52 | 22.85 | 20.15 | - |
| YUV | 99.72 | 140.02 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 121 | 0 | 0.93 | 0.52 | 0.00 | 333.67 | 0.99 | 0.53 |
| Hex | FE | 11 | 79 | 0 | 5D | 34 | 0 | 14E | 63 | 35 |
| Octal | 376 | 21 | 171 | 0 | 135 | 64 | 0 | 516 | 143 | 65 |
| Binary | 11111110 | 10001 | 1111001 | 0 | 1011101 | 110100 | 0 | 101001110 | 1100011 | 110101 |
Color Harmonies of #FE1179
Complementary color
Monochromatic Colors of #FE1179
Black with #FE1179
Text Example
Text Example
White with #FE1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1179; }
p { color: rgb(254,17,121); }
H1.HeaderClassName
{
color: #FE1179;
}
.AnyTagClassName
{
color: #FE1179;
}
</style>
background-color css
<style>
a { background-color: #FE1179; }
a { background-color: rgb(254,17,121); }
div.DivClassName
{
background-color: #FE1179;
}
.BgClassName
{
background-color: #FE1179;
}
</style>
border-color css
<style>
span { border-color: #FE1179; }
span { border-color: rgb(254,17,121); }
td.TdClassName
{
border-color: #FE1179;
}
.TagClassName
{
border-color: #FE1179;
}
</style>