Shades of Deep Pink #FE1393
Tints of Deep Pink #FE1393
RGB
CMYK
RGB Variations
Color information
#FE1393 (or 0xFE1393) is known color: Deep Pink. HEX triplet: FE, 13 and 93. RGB value is (254,19,147). Sum of RGB (Red+Green+Blue) = 254+19+147=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1393 is #01EC6C. Grayscale: #676767. Windows color (decimal): -126061 or 9638910. OLE color: 9638910.
HSL color Cylindrical-coordinate representation of color #FE1393: hue angle of 327.32º 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 #FE1393 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 147 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.00 |
| HSL | 327.32º | 0.99% | 0.54% | - |
| HSV(B) | 327.32º | 0.93% | 1% | - |
| XYZ | 46.37 | 23.64 | 29.72 | - |
| YUV | 103.86 | 152.36 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 147 | 0 | 0.93 | 0.42 | 0.00 | 327.32 | 0.99 | 0.54 |
| Hex | FE | 13 | 93 | 0 | 5D | 2A | 0 | 147 | 63 | 36 |
| Octal | 376 | 23 | 223 | 0 | 135 | 52 | 0 | 507 | 143 | 66 |
| Binary | 11111110 | 10011 | 10010011 | 0 | 1011101 | 101010 | 0 | 101000111 | 1100011 | 110110 |
Color Harmonies of #FE1393
Complementary color
Monochromatic Colors of #FE1393
Black with #FE1393
Text Example
Text Example
White with #FE1393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1393; }
p { color: rgb(254,19,147); }
H1.HeaderClassName
{
color: #FE1393;
}
.AnyTagClassName
{
color: #FE1393;
}
</style>
background-color css
<style>
a { background-color: #FE1393; }
a { background-color: rgb(254,19,147); }
div.DivClassName
{
background-color: #FE1393;
}
.BgClassName
{
background-color: #FE1393;
}
</style>
border-color css
<style>
span { border-color: #FE1393; }
span { border-color: rgb(254,19,147); }
td.TdClassName
{
border-color: #FE1393;
}
.TagClassName
{
border-color: #FE1393;
}
</style>