Shades of Deep Pink #FE139E
Tints of Deep Pink #FE139E
RGB
CMYK
RGB Variations
Color information
#FE139E (or 0xFE139E) is known color: Deep Pink. HEX triplet: FE, 13 and 9E. RGB value is (254,19,158). Sum of RGB (Red+Green+Blue) = 254+19+158=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE139E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE139E is #01EC61. Grayscale: #686868. Windows color (decimal): -126050 or 10359806. OLE color: 10359806.
HSL color Cylindrical-coordinate representation of color #FE139E: hue angle of 324.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE139E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 158 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.00 |
| HSL | 324.51º | 0.99% | 0.54% | - |
| HSV(B) | 324.51º | 0.93% | 1% | - |
| XYZ | 47.28 | 24.01 | 34.49 | - |
| YUV | 105.11 | 157.86 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 158 | 0 | 0.93 | 0.38 | 0.00 | 324.51 | 0.99 | 0.54 |
| Hex | FE | 13 | 9E | 0 | 5D | 26 | 0 | 145 | 63 | 36 |
| Octal | 376 | 23 | 236 | 0 | 135 | 46 | 0 | 505 | 143 | 66 |
| Binary | 11111110 | 10011 | 10011110 | 0 | 1011101 | 100110 | 0 | 101000101 | 1100011 | 110110 |
Color Harmonies of #FE139E
Complementary color
Monochromatic Colors of #FE139E
Black with #FE139E
Text Example
Text Example
White with #FE139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE139E; }
p { color: rgb(254,19,158); }
H1.HeaderClassName
{
color: #FE139E;
}
.AnyTagClassName
{
color: #FE139E;
}
</style>
background-color css
<style>
a { background-color: #FE139E; }
a { background-color: rgb(254,19,158); }
div.DivClassName
{
background-color: #FE139E;
}
.BgClassName
{
background-color: #FE139E;
}
</style>
border-color css
<style>
span { border-color: #FE139E; }
span { border-color: rgb(254,19,158); }
td.TdClassName
{
border-color: #FE139E;
}
.TagClassName
{
border-color: #FE139E;
}
</style>