Shades of Deep Pink #FE227E
Tints of Deep Pink #FE227E
RGB
CMYK
RGB Variations
Color information
#FE227E (or 0xFE227E) is known color: Deep Pink. HEX triplet: FE, 22 and 7E. RGB value is (254,34,126). Sum of RGB (Red+Green+Blue) = 254+34+126=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE227E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE227E is #01DD81. Grayscale: #6E6E6E. Windows color (decimal): -122242 or 8266494. OLE color: 8266494.
HSL color Cylindrical-coordinate representation of color #FE227E: hue angle of 334.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 #FE227E is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 126 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.00 |
| HSL | 334.91º | 0.99% | 0.56% | - |
| HSV(B) | 334.91º | 0.87% | 1% | - |
| XYZ | 45.21 | 23.72 | 21.93 | - |
| YUV | 110.27 | 136.89 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 126 | 0 | 0.87 | 0.50 | 0.00 | 334.91 | 0.99 | 0.56 |
| Hex | FE | 22 | 7E | 0 | 57 | 32 | 0 | 14F | 63 | 38 |
| Octal | 376 | 42 | 176 | 0 | 127 | 62 | 0 | 517 | 143 | 70 |
| Binary | 11111110 | 100010 | 1111110 | 0 | 1010111 | 110010 | 0 | 101001111 | 1100011 | 111000 |
Color Harmonies of #FE227E
Complementary color
Monochromatic Colors of #FE227E
Black with #FE227E
Text Example
Text Example
White with #FE227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE227E; }
p { color: rgb(254,34,126); }
H1.HeaderClassName
{
color: #FE227E;
}
.AnyTagClassName
{
color: #FE227E;
}
</style>
background-color css
<style>
a { background-color: #FE227E; }
a { background-color: rgb(254,34,126); }
div.DivClassName
{
background-color: #FE227E;
}
.BgClassName
{
background-color: #FE227E;
}
</style>
border-color css
<style>
span { border-color: #FE227E; }
span { border-color: rgb(254,34,126); }
td.TdClassName
{
border-color: #FE227E;
}
.TagClassName
{
border-color: #FE227E;
}
</style>