Shades of Deep Pink #FE2293
Tints of Deep Pink #FE2293
RGB
CMYK
RGB Variations
Color information
#FE2293 (or 0xFE2293) is known color: Deep Pink. HEX triplet: FE, 22 and 93. RGB value is (254,34,147). Sum of RGB (Red+Green+Blue) = 254+34+147=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2293 is #01DD6C. Grayscale: #707070. Windows color (decimal): -122221 or 9642750. OLE color: 9642750.
HSL color Cylindrical-coordinate representation of color #FE2293: hue angle of 329.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2293 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 147 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.00 |
| HSL | 329.18º | 0.99% | 0.56% | - |
| HSV(B) | 329.18º | 0.87% | 1% | - |
| XYZ | 46.71 | 24.32 | 29.84 | - |
| YUV | 112.66 | 147.39 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 147 | 0 | 0.87 | 0.42 | 0.00 | 329.18 | 0.99 | 0.56 |
| Hex | FE | 22 | 93 | 0 | 57 | 2A | 0 | 149 | 63 | 38 |
| Octal | 376 | 42 | 223 | 0 | 127 | 52 | 0 | 511 | 143 | 70 |
| Binary | 11111110 | 100010 | 10010011 | 0 | 1010111 | 101010 | 0 | 101001001 | 1100011 | 111000 |
Color Harmonies of #FE2293
Complementary color
Monochromatic Colors of #FE2293
Black with #FE2293
Text Example
Text Example
White with #FE2293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2293; }
p { color: rgb(254,34,147); }
H1.HeaderClassName
{
color: #FE2293;
}
.AnyTagClassName
{
color: #FE2293;
}
</style>
background-color css
<style>
a { background-color: #FE2293; }
a { background-color: rgb(254,34,147); }
div.DivClassName
{
background-color: #FE2293;
}
.BgClassName
{
background-color: #FE2293;
}
</style>
border-color css
<style>
span { border-color: #FE2293; }
span { border-color: rgb(254,34,147); }
td.TdClassName
{
border-color: #FE2293;
}
.TagClassName
{
border-color: #FE2293;
}
</style>