Shades of Deep Pink #FE1177
Tints of Deep Pink #FE1177
RGB
CMYK
RGB Variations
Color information
#FE1177 (or 0xFE1177) is known color: Deep Pink. HEX triplet: FE, 11 and 77. RGB value is (254,17,119). Sum of RGB (Red+Green+Blue) = 254+17+119=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1177 is #01EE88. Grayscale: #636363. Windows color (decimal): -126601 or 7803390. OLE color: 7803390.
HSL color Cylindrical-coordinate representation of color #FE1177: hue angle of 334.18º 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 #FE1177 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.00 |
| HSL | 334.18º | 0.99% | 0.53% | - |
| HSV(B) | 334.18º | 0.93% | 1% | - |
| XYZ | 44.4 | 22.8 | 19.51 | - |
| YUV | 99.49 | 139.02 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 119 | 0 | 0.93 | 0.53 | 0.00 | 334.18 | 0.99 | 0.53 |
| Hex | FE | 11 | 77 | 0 | 5D | 35 | 0 | 14E | 63 | 35 |
| Octal | 376 | 21 | 167 | 0 | 135 | 65 | 0 | 516 | 143 | 65 |
| Binary | 11111110 | 10001 | 1110111 | 0 | 1011101 | 110101 | 0 | 101001110 | 1100011 | 110101 |
Color Harmonies of #FE1177
Complementary color
Monochromatic Colors of #FE1177
Black with #FE1177
Text Example
Text Example
White with #FE1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1177; }
p { color: rgb(254,17,119); }
H1.HeaderClassName
{
color: #FE1177;
}
.AnyTagClassName
{
color: #FE1177;
}
</style>
background-color css
<style>
a { background-color: #FE1177; }
a { background-color: rgb(254,17,119); }
div.DivClassName
{
background-color: #FE1177;
}
.BgClassName
{
background-color: #FE1177;
}
</style>
border-color css
<style>
span { border-color: #FE1177; }
span { border-color: rgb(254,17,119); }
td.TdClassName
{
border-color: #FE1177;
}
.TagClassName
{
border-color: #FE1177;
}
</style>