Shades of Deep Pink #FE117B
Tints of Deep Pink #FE117B
RGB
CMYK
RGB Variations
Color information
#FE117B (or 0xFE117B) is known color: Deep Pink. HEX triplet: FE, 11 and 7B. RGB value is (254,17,123). Sum of RGB (Red+Green+Blue) = 254+17+123=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE117B is #01EE84. Grayscale: #636363. Windows color (decimal): -126597 or 8065534. OLE color: 8065534.
HSL color Cylindrical-coordinate representation of color #FE117B: hue angle of 333.16º 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 #FE117B is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 123 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.00 |
| HSL | 333.16º | 0.99% | 0.53% | - |
| HSV(B) | 333.16º | 0.93% | 1% | - |
| XYZ | 44.65 | 22.9 | 20.81 | - |
| YUV | 99.95 | 141.02 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 123 | 0 | 0.93 | 0.52 | 0.00 | 333.16 | 0.99 | 0.53 |
| Hex | FE | 11 | 7B | 0 | 5D | 34 | 0 | 14D | 63 | 35 |
| Octal | 376 | 21 | 173 | 0 | 135 | 64 | 0 | 515 | 143 | 65 |
| Binary | 11111110 | 10001 | 1111011 | 0 | 1011101 | 110100 | 0 | 101001101 | 1100011 | 110101 |
Color Harmonies of #FE117B
Complementary color
Monochromatic Colors of #FE117B
Black with #FE117B
Text Example
Text Example
White with #FE117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE117B; }
p { color: rgb(254,17,123); }
H1.HeaderClassName
{
color: #FE117B;
}
.AnyTagClassName
{
color: #FE117B;
}
</style>
background-color css
<style>
a { background-color: #FE117B; }
a { background-color: rgb(254,17,123); }
div.DivClassName
{
background-color: #FE117B;
}
.BgClassName
{
background-color: #FE117B;
}
</style>
border-color css
<style>
span { border-color: #FE117B; }
span { border-color: rgb(254,17,123); }
td.TdClassName
{
border-color: #FE117B;
}
.TagClassName
{
border-color: #FE117B;
}
</style>