Shades of Deep Pink #FE1172
Tints of Deep Pink #FE1172
RGB
CMYK
RGB Variations
Color information
#FE1172 (or 0xFE1172) is known color: Deep Pink. HEX triplet: FE, 11 and 72. RGB value is (254,17,114). Sum of RGB (Red+Green+Blue) = 254+17+114=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1172 is #01EE8D. Grayscale: #626262. Windows color (decimal): -126606 or 7475710. OLE color: 7475710.
HSL color Cylindrical-coordinate representation of color #FE1172: hue angle of 335.44º 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 #FE1172 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.00 |
| HSL | 335.44º | 0.99% | 0.53% | - |
| HSV(B) | 335.44º | 0.93% | 1% | - |
| XYZ | 44.11 | 22.69 | 17.97 | - |
| YUV | 98.92 | 136.52 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 114 | 0 | 0.93 | 0.55 | 0.00 | 335.44 | 0.99 | 0.53 |
| Hex | FE | 11 | 72 | 0 | 5D | 37 | 0 | 14F | 63 | 35 |
| Octal | 376 | 21 | 162 | 0 | 135 | 67 | 0 | 517 | 143 | 65 |
| Binary | 11111110 | 10001 | 1110010 | 0 | 1011101 | 110111 | 0 | 101001111 | 1100011 | 110101 |
Color Harmonies of #FE1172
Complementary color
Monochromatic Colors of #FE1172
Black with #FE1172
Text Example
Text Example
White with #FE1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1172; }
p { color: rgb(254,17,114); }
H1.HeaderClassName
{
color: #FE1172;
}
.AnyTagClassName
{
color: #FE1172;
}
</style>
background-color css
<style>
a { background-color: #FE1172; }
a { background-color: rgb(254,17,114); }
div.DivClassName
{
background-color: #FE1172;
}
.BgClassName
{
background-color: #FE1172;
}
</style>
border-color css
<style>
span { border-color: #FE1172; }
span { border-color: rgb(254,17,114); }
td.TdClassName
{
border-color: #FE1172;
}
.TagClassName
{
border-color: #FE1172;
}
</style>