Shades of Deep Pink #FE228E
Tints of Deep Pink #FE228E
RGB
CMYK
RGB Variations
Color information
#FE228E (or 0xFE228E) is known color: Deep Pink. HEX triplet: FE, 22 and 8E. RGB value is (254,34,142). Sum of RGB (Red+Green+Blue) = 254+34+142=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE228E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE228E is #01DD71. Grayscale: #6F6F6F. Windows color (decimal): -122226 or 9315070. OLE color: 9315070.
HSL color Cylindrical-coordinate representation of color #FE228E: hue angle of 330.55º 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 #FE228E is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 142 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.00 |
| HSL | 330.55º | 0.99% | 0.56% | - |
| HSV(B) | 330.55º | 0.87% | 1% | - |
| XYZ | 46.33 | 24.17 | 27.81 | - |
| YUV | 112.09 | 144.89 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 142 | 0 | 0.87 | 0.44 | 0.00 | 330.55 | 0.99 | 0.56 |
| Hex | FE | 22 | 8E | 0 | 57 | 2C | 0 | 14B | 63 | 38 |
| Octal | 376 | 42 | 216 | 0 | 127 | 54 | 0 | 513 | 143 | 70 |
| Binary | 11111110 | 100010 | 10001110 | 0 | 1010111 | 101100 | 0 | 101001011 | 1100011 | 111000 |
Color Harmonies of #FE228E
Complementary color
Monochromatic Colors of #FE228E
Black with #FE228E
Text Example
Text Example
White with #FE228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE228E; }
p { color: rgb(254,34,142); }
H1.HeaderClassName
{
color: #FE228E;
}
.AnyTagClassName
{
color: #FE228E;
}
</style>
background-color css
<style>
a { background-color: #FE228E; }
a { background-color: rgb(254,34,142); }
div.DivClassName
{
background-color: #FE228E;
}
.BgClassName
{
background-color: #FE228E;
}
</style>
border-color css
<style>
span { border-color: #FE228E; }
span { border-color: rgb(254,34,142); }
td.TdClassName
{
border-color: #FE228E;
}
.TagClassName
{
border-color: #FE228E;
}
</style>