Shades of Deep Pink #FE2393
Tints of Deep Pink #FE2393
RGB
CMYK
RGB Variations
Color information
#FE2393 (or 0xFE2393) is known color: Deep Pink. HEX triplet: FE, 23 and 93. RGB value is (254,35,147). Sum of RGB (Red+Green+Blue) = 254+35+147=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2393 is #01DC6C. Grayscale: #717171. Windows color (decimal): -121965 or 9643006. OLE color: 9643006.
HSL color Cylindrical-coordinate representation of color #FE2393: hue angle of 329.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2393 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 147 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.00 |
| HSL | 329.32º | 0.99% | 0.57% | - |
| HSV(B) | 329.32º | 0.86% | 1% | - |
| XYZ | 46.74 | 24.38 | 29.85 | - |
| YUV | 113.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 147 | 0 | 0.86 | 0.42 | 0.00 | 329.32 | 0.99 | 0.57 |
| Hex | FE | 23 | 93 | 0 | 56 | 2A | 0 | 149 | 63 | 39 |
| Octal | 376 | 43 | 223 | 0 | 126 | 52 | 0 | 511 | 143 | 71 |
| Binary | 11111110 | 100011 | 10010011 | 0 | 1010110 | 101010 | 0 | 101001001 | 1100011 | 111001 |
Color Harmonies of #FE2393
Complementary color
Monochromatic Colors of #FE2393
Black with #FE2393
Text Example
Text Example
White with #FE2393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2393; }
p { color: rgb(254,35,147); }
H1.HeaderClassName
{
color: #FE2393;
}
.AnyTagClassName
{
color: #FE2393;
}
</style>
background-color css
<style>
a { background-color: #FE2393; }
a { background-color: rgb(254,35,147); }
div.DivClassName
{
background-color: #FE2393;
}
.BgClassName
{
background-color: #FE2393;
}
</style>
border-color css
<style>
span { border-color: #FE2393; }
span { border-color: rgb(254,35,147); }
td.TdClassName
{
border-color: #FE2393;
}
.TagClassName
{
border-color: #FE2393;
}
</style>