Shades of Deep Pink #FE119F
Tints of Deep Pink #FE119F
RGB
CMYK
RGB Variations
Color information
#FE119F (or 0xFE119F) is known color: Deep Pink. HEX triplet: FE, 11 and 9F. RGB value is (254,17,159). Sum of RGB (Red+Green+Blue) = 254+17+159=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE119F is #01EE60. Grayscale: #676767. Windows color (decimal): -126561 or 10424830. OLE color: 10424830.
HSL color Cylindrical-coordinate representation of color #FE119F: hue angle of 324.05º 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 #FE119F is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 159 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.00 |
| HSL | 324.05º | 0.99% | 0.53% | - |
| HSV(B) | 324.05º | 0.93% | 1% | - |
| XYZ | 47.33 | 23.97 | 34.93 | - |
| YUV | 104.05 | 159.02 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 159 | 0 | 0.93 | 0.37 | 0.00 | 324.05 | 0.99 | 0.53 |
| Hex | FE | 11 | 9F | 0 | 5D | 25 | 0 | 144 | 63 | 35 |
| Octal | 376 | 21 | 237 | 0 | 135 | 45 | 0 | 504 | 143 | 65 |
| Binary | 11111110 | 10001 | 10011111 | 0 | 1011101 | 100101 | 0 | 101000100 | 1100011 | 110101 |
Color Harmonies of #FE119F
Complementary color
Monochromatic Colors of #FE119F
Black with #FE119F
Text Example
Text Example
White with #FE119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE119F; }
p { color: rgb(254,17,159); }
H1.HeaderClassName
{
color: #FE119F;
}
.AnyTagClassName
{
color: #FE119F;
}
</style>
background-color css
<style>
a { background-color: #FE119F; }
a { background-color: rgb(254,17,159); }
div.DivClassName
{
background-color: #FE119F;
}
.BgClassName
{
background-color: #FE119F;
}
</style>
border-color css
<style>
span { border-color: #FE119F; }
span { border-color: rgb(254,17,159); }
td.TdClassName
{
border-color: #FE119F;
}
.TagClassName
{
border-color: #FE119F;
}
</style>