Shades of Deep Pink #FE1389
Tints of Deep Pink #FE1389
RGB
CMYK
RGB Variations
Color information
#FE1389 (or 0xFE1389) is known color: Deep Pink. HEX triplet: FE, 13 and 89. RGB value is (254,19,137). Sum of RGB (Red+Green+Blue) = 254+19+137=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1389 is #01EC76. Grayscale: #666666. Windows color (decimal): -126071 or 8983550. OLE color: 8983550.
HSL color Cylindrical-coordinate representation of color #FE1389: hue angle of 329.87º 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 #FE1389 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 137 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.00 |
| HSL | 329.87º | 0.99% | 0.54% | - |
| HSV(B) | 329.87º | 0.93% | 1% | - |
| XYZ | 45.62 | 23.34 | 25.77 | - |
| YUV | 102.72 | 147.36 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 137 | 0 | 0.93 | 0.46 | 0.00 | 329.87 | 0.99 | 0.54 |
| Hex | FE | 13 | 89 | 0 | 5D | 2E | 0 | 14A | 63 | 36 |
| Octal | 376 | 23 | 211 | 0 | 135 | 56 | 0 | 512 | 143 | 66 |
| Binary | 11111110 | 10011 | 10001001 | 0 | 1011101 | 101110 | 0 | 101001010 | 1100011 | 110110 |
Color Harmonies of #FE1389
Complementary color
Monochromatic Colors of #FE1389
Black with #FE1389
Text Example
Text Example
White with #FE1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1389; }
p { color: rgb(254,19,137); }
H1.HeaderClassName
{
color: #FE1389;
}
.AnyTagClassName
{
color: #FE1389;
}
</style>
background-color css
<style>
a { background-color: #FE1389; }
a { background-color: rgb(254,19,137); }
div.DivClassName
{
background-color: #FE1389;
}
.BgClassName
{
background-color: #FE1389;
}
</style>
border-color css
<style>
span { border-color: #FE1389; }
span { border-color: rgb(254,19,137); }
td.TdClassName
{
border-color: #FE1389;
}
.TagClassName
{
border-color: #FE1389;
}
</style>