Shades of Deep Pink #FE227F
Tints of Deep Pink #FE227F
RGB
CMYK
RGB Variations
Color information
#FE227F (or 0xFE227F) is known color: Deep Pink. HEX triplet: FE, 22 and 7F. RGB value is (254,34,127). Sum of RGB (Red+Green+Blue) = 254+34+127=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE227F is #01DD80. Grayscale: #6E6E6E. Windows color (decimal): -122241 or 8332030. OLE color: 8332030.
HSL color Cylindrical-coordinate representation of color #FE227F: hue angle of 334.64º 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 #FE227F is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 127 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.00 |
| HSL | 334.64º | 0.99% | 0.56% | - |
| HSV(B) | 334.64º | 0.87% | 1% | - |
| XYZ | 45.28 | 23.75 | 22.28 | - |
| YUV | 110.38 | 137.39 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 127 | 0 | 0.87 | 0.50 | 0.00 | 334.64 | 0.99 | 0.56 |
| Hex | FE | 22 | 7F | 0 | 57 | 32 | 0 | 14F | 63 | 38 |
| Octal | 376 | 42 | 177 | 0 | 127 | 62 | 0 | 517 | 143 | 70 |
| Binary | 11111110 | 100010 | 1111111 | 0 | 1010111 | 110010 | 0 | 101001111 | 1100011 | 111000 |
Color Harmonies of #FE227F
Complementary color
Monochromatic Colors of #FE227F
Black with #FE227F
Text Example
Text Example
White with #FE227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE227F; }
p { color: rgb(254,34,127); }
H1.HeaderClassName
{
color: #FE227F;
}
.AnyTagClassName
{
color: #FE227F;
}
</style>
background-color css
<style>
a { background-color: #FE227F; }
a { background-color: rgb(254,34,127); }
div.DivClassName
{
background-color: #FE227F;
}
.BgClassName
{
background-color: #FE227F;
}
</style>
border-color css
<style>
span { border-color: #FE227F; }
span { border-color: rgb(254,34,127); }
td.TdClassName
{
border-color: #FE227F;
}
.TagClassName
{
border-color: #FE227F;
}
</style>