Shades of Deep Pink #FE228A
Tints of Deep Pink #FE228A
RGB
CMYK
RGB Variations
Color information
#FE228A (or 0xFE228A) is known color: Deep Pink. HEX triplet: FE, 22 and 8A. RGB value is (254,34,138). Sum of RGB (Red+Green+Blue) = 254+34+138=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE228A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE228A is #01DD75. Grayscale: #6F6F6F. Windows color (decimal): -122230 or 9052926. OLE color: 9052926.
HSL color Cylindrical-coordinate representation of color #FE228A: hue angle of 331.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 #FE228A is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 138 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.00 |
| HSL | 331.64º | 0.99% | 0.56% | - |
| HSV(B) | 331.64º | 0.87% | 1% | - |
| XYZ | 46.03 | 24.05 | 26.26 | - |
| YUV | 111.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 138 | 0 | 0.87 | 0.46 | 0.00 | 331.64 | 0.99 | 0.56 |
| Hex | FE | 22 | 8A | 0 | 57 | 2E | 0 | 14C | 63 | 38 |
| Octal | 376 | 42 | 212 | 0 | 127 | 56 | 0 | 514 | 143 | 70 |
| Binary | 11111110 | 100010 | 10001010 | 0 | 1010111 | 101110 | 0 | 101001100 | 1100011 | 111000 |
Color Harmonies of #FE228A
Complementary color
Monochromatic Colors of #FE228A
Black with #FE228A
Text Example
Text Example
White with #FE228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE228A; }
p { color: rgb(254,34,138); }
H1.HeaderClassName
{
color: #FE228A;
}
.AnyTagClassName
{
color: #FE228A;
}
</style>
background-color css
<style>
a { background-color: #FE228A; }
a { background-color: rgb(254,34,138); }
div.DivClassName
{
background-color: #FE228A;
}
.BgClassName
{
background-color: #FE228A;
}
</style>
border-color css
<style>
span { border-color: #FE228A; }
span { border-color: rgb(254,34,138); }
td.TdClassName
{
border-color: #FE228A;
}
.TagClassName
{
border-color: #FE228A;
}
</style>