Shades of Deep Pink #FE0493
Tints of Deep Pink #FE0493
RGB
CMYK
RGB Variations
Color information
#FE0493 (or 0xFE0493) is known color: Deep Pink. HEX triplet: FE, 04 and 93. RGB value is (254,4,147). Sum of RGB (Red+Green+Blue) = 254+4+147=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0493 is #01FB6C. Grayscale: #5E5E5E. Windows color (decimal): -129901 or 9635070. OLE color: 9635070.
HSL color Cylindrical-coordinate representation of color #FE0493: hue angle of 325.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0493 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 147 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.00 |
| HSL | 325.68º | 0.99% | 0.51% | - |
| HSV(B) | 325.68º | 0.98% | 1% | - |
| XYZ | 46.18 | 23.26 | 29.66 | - |
| YUV | 95.05 | 157.33 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 147 | 0 | 0.98 | 0.42 | 0.00 | 325.68 | 0.99 | 0.51 |
| Hex | FE | 4 | 93 | 0 | 62 | 2A | 0 | 146 | 63 | 33 |
| Octal | 376 | 4 | 223 | 0 | 142 | 52 | 0 | 506 | 143 | 63 |
| Binary | 11111110 | 100 | 10010011 | 0 | 1100010 | 101010 | 0 | 101000110 | 1100011 | 110011 |
Color Harmonies of #FE0493
Complementary color
Monochromatic Colors of #FE0493
Black with #FE0493
Text Example
Text Example
White with #FE0493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0493; }
p { color: rgb(254,4,147); }
H1.HeaderClassName
{
color: #FE0493;
}
.AnyTagClassName
{
color: #FE0493;
}
</style>
background-color css
<style>
a { background-color: #FE0493; }
a { background-color: rgb(254,4,147); }
div.DivClassName
{
background-color: #FE0493;
}
.BgClassName
{
background-color: #FE0493;
}
</style>
border-color css
<style>
span { border-color: #FE0493; }
span { border-color: rgb(254,4,147); }
td.TdClassName
{
border-color: #FE0493;
}
.TagClassName
{
border-color: #FE0493;
}
</style>