Shades of Deep Pink #FE2294
Tints of Deep Pink #FE2294
RGB
CMYK
RGB Variations
Color information
#FE2294 (or 0xFE2294) is known color: Deep Pink. HEX triplet: FE, 22 and 94. RGB value is (254,34,148). Sum of RGB (Red+Green+Blue) = 254+34+148=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2294 is #01DD6B. Grayscale: #707070. Windows color (decimal): -122220 or 9708286. OLE color: 9708286.
HSL color Cylindrical-coordinate representation of color #FE2294: hue angle of 328.91º 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 #FE2294 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 148 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.00 |
| HSL | 328.91º | 0.99% | 0.56% | - |
| HSV(B) | 328.91º | 0.87% | 1% | - |
| XYZ | 46.79 | 24.35 | 30.25 | - |
| YUV | 112.78 | 147.89 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 148 | 0 | 0.87 | 0.42 | 0.00 | 328.91 | 0.99 | 0.56 |
| Hex | FE | 22 | 94 | 0 | 57 | 2A | 0 | 149 | 63 | 38 |
| Octal | 376 | 42 | 224 | 0 | 127 | 52 | 0 | 511 | 143 | 70 |
| Binary | 11111110 | 100010 | 10010100 | 0 | 1010111 | 101010 | 0 | 101001001 | 1100011 | 111000 |
Color Harmonies of #FE2294
Complementary color
Monochromatic Colors of #FE2294
Black with #FE2294
Text Example
Text Example
White with #FE2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2294; }
p { color: rgb(254,34,148); }
H1.HeaderClassName
{
color: #FE2294;
}
.AnyTagClassName
{
color: #FE2294;
}
</style>
background-color css
<style>
a { background-color: #FE2294; }
a { background-color: rgb(254,34,148); }
div.DivClassName
{
background-color: #FE2294;
}
.BgClassName
{
background-color: #FE2294;
}
</style>
border-color css
<style>
span { border-color: #FE2294; }
span { border-color: rgb(254,34,148); }
td.TdClassName
{
border-color: #FE2294;
}
.TagClassName
{
border-color: #FE2294;
}
</style>