Shades of Deep Pink #FE1493
Tints of Deep Pink #FE1493
RGB
CMYK
RGB Variations
Color information
#FE1493 (or 0xFE1493) is known color: Deep Pink. HEX triplet: FE, 14 and 93. RGB value is (254,20,147). Sum of RGB (Red+Green+Blue) = 254+20+147=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1493 is #01EB6C. Grayscale: #686868. Windows color (decimal): -125805 or 9639166. OLE color: 9639166.
HSL color Cylindrical-coordinate representation of color #FE1493: hue angle of 327.44º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1493 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 147 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.00 |
| HSL | 327.44º | 0.99% | 0.54% | - |
| HSV(B) | 327.44º | 0.92% | 1% | - |
| XYZ | 46.39 | 23.68 | 29.73 | - |
| YUV | 104.44 | 152.02 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 147 | 0 | 0.92 | 0.42 | 0.00 | 327.44 | 0.99 | 0.54 |
| Hex | FE | 14 | 93 | 0 | 5C | 2A | 0 | 147 | 63 | 36 |
| Octal | 376 | 24 | 223 | 0 | 134 | 52 | 0 | 507 | 143 | 66 |
| Binary | 11111110 | 10100 | 10010011 | 0 | 1011100 | 101010 | 0 | 101000111 | 1100011 | 110110 |
Color Harmonies of #FE1493
Complementary color
Monochromatic Colors of #FE1493
Black with #FE1493
Text Example
Text Example
White with #FE1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1493; }
p { color: rgb(254,20,147); }
H1.HeaderClassName
{
color: #FE1493;
}
.AnyTagClassName
{
color: #FE1493;
}
</style>
background-color css
<style>
a { background-color: #FE1493; }
a { background-color: rgb(254,20,147); }
div.DivClassName
{
background-color: #FE1493;
}
.BgClassName
{
background-color: #FE1493;
}
</style>
border-color css
<style>
span { border-color: #FE1493; }
span { border-color: rgb(254,20,147); }
td.TdClassName
{
border-color: #FE1493;
}
.TagClassName
{
border-color: #FE1493;
}
</style>