Shades of Deep Pink #FE0293
Tints of Deep Pink #FE0293
RGB
CMYK
RGB Variations
Color information
#FE0293 (or 0xFE0293) is known color: Deep Pink. HEX triplet: FE, 02 and 93. RGB value is (254,2,147). Sum of RGB (Red+Green+Blue) = 254+2+147=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0293 is #01FD6C. Grayscale: #5D5D5D. Windows color (decimal): -130413 or 9634558. OLE color: 9634558.
HSL color Cylindrical-coordinate representation of color #FE0293: hue angle of 325.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0293 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.00 |
| HSL | 325.48º | 0.99% | 0.5% | - |
| HSV(B) | 325.48º | 0.99% | 1% | - |
| XYZ | 46.16 | 23.22 | 29.65 | - |
| YUV | 93.88 | 157.99 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 147 | 0 | 0.99 | 0.42 | 0.00 | 325.48 | 0.99 | 0.5 |
| Hex | FE | 2 | 93 | 0 | 63 | 2A | 0 | 145 | 63 | 32 |
| Octal | 376 | 2 | 223 | 0 | 143 | 52 | 0 | 505 | 143 | 62 |
| Binary | 11111110 | 10 | 10010011 | 0 | 1100011 | 101010 | 0 | 101000101 | 1100011 | 110010 |
Color Harmonies of #FE0293
Complementary color
Monochromatic Colors of #FE0293
Black with #FE0293
Text Example
Text Example
White with #FE0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0293; }
p { color: rgb(254,2,147); }
H1.HeaderClassName
{
color: #FE0293;
}
.AnyTagClassName
{
color: #FE0293;
}
</style>
background-color css
<style>
a { background-color: #FE0293; }
a { background-color: rgb(254,2,147); }
div.DivClassName
{
background-color: #FE0293;
}
.BgClassName
{
background-color: #FE0293;
}
</style>
border-color css
<style>
span { border-color: #FE0293; }
span { border-color: rgb(254,2,147); }
td.TdClassName
{
border-color: #FE0293;
}
.TagClassName
{
border-color: #FE0293;
}
</style>