Shades of Deep Pink #FE1494
Tints of Deep Pink #FE1494
RGB
CMYK
RGB Variations
Color information
#FE1494 (or 0xFE1494) is known color: Deep Pink. HEX triplet: FE, 14 and 94. RGB value is (254,20,148). Sum of RGB (Red+Green+Blue) = 254+20+148=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1494 is #01EB6B. Grayscale: #686868. Windows color (decimal): -125804 or 9704702. OLE color: 9704702.
HSL color Cylindrical-coordinate representation of color #FE1494: hue angle of 327.18º 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 #FE1494 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 148 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.00 |
| HSL | 327.18º | 0.99% | 0.54% | - |
| HSV(B) | 327.18º | 0.92% | 1% | - |
| XYZ | 46.47 | 23.71 | 30.14 | - |
| YUV | 104.56 | 152.52 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 148 | 0 | 0.92 | 0.42 | 0.00 | 327.18 | 0.99 | 0.54 |
| Hex | FE | 14 | 94 | 0 | 5C | 2A | 0 | 147 | 63 | 36 |
| Octal | 376 | 24 | 224 | 0 | 134 | 52 | 0 | 507 | 143 | 66 |
| Binary | 11111110 | 10100 | 10010100 | 0 | 1011100 | 101010 | 0 | 101000111 | 1100011 | 110110 |
Color Harmonies of #FE1494
Complementary color
Monochromatic Colors of #FE1494
Black with #FE1494
Text Example
Text Example
White with #FE1494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1494; }
p { color: rgb(254,20,148); }
H1.HeaderClassName
{
color: #FE1494;
}
.AnyTagClassName
{
color: #FE1494;
}
</style>
background-color css
<style>
a { background-color: #FE1494; }
a { background-color: rgb(254,20,148); }
div.DivClassName
{
background-color: #FE1494;
}
.BgClassName
{
background-color: #FE1494;
}
</style>
border-color css
<style>
span { border-color: #FE1494; }
span { border-color: rgb(254,20,148); }
td.TdClassName
{
border-color: #FE1494;
}
.TagClassName
{
border-color: #FE1494;
}
</style>