Shades of Radical Red #FE226F
Tints of Radical Red #FE226F
RGB
CMYK
RGB Variations
Color information
#FE226F (or 0xFE226F) is known color: Radical Red. HEX triplet: FE, 22 and 6F. RGB value is (254,34,111). Sum of RGB (Red+Green+Blue) = 254+34+111=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE226F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE226F is #01DD90. Grayscale: #6C6C6C. Windows color (decimal): -122257 or 7283454. OLE color: 7283454.
HSL color Cylindrical-coordinate representation of color #FE226F: hue angle of 339º 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 #FE226F is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 111 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.00 |
| HSL | 339º | 0.99% | 0.56% | - |
| HSV(B) | 339º | 0.87% | 1% | - |
| XYZ | 44.31 | 23.36 | 17.21 | - |
| YUV | 108.56 | 129.39 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 111 | 0 | 0.87 | 0.56 | 0.00 | 339 | 0.99 | 0.56 |
| Hex | FE | 22 | 6F | 0 | 57 | 38 | 0 | 153 | 63 | 38 |
| Octal | 376 | 42 | 157 | 0 | 127 | 70 | 0 | 523 | 143 | 70 |
| Binary | 11111110 | 100010 | 1101111 | 0 | 1010111 | 111000 | 0 | 101010011 | 1100011 | 111000 |
Color Harmonies of #FE226F
Complementary color
Monochromatic Colors of #FE226F
Black with #FE226F
Text Example
Text Example
White with #FE226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE226F; }
p { color: rgb(254,34,111); }
H1.HeaderClassName
{
color: #FE226F;
}
.AnyTagClassName
{
color: #FE226F;
}
</style>
background-color css
<style>
a { background-color: #FE226F; }
a { background-color: rgb(254,34,111); }
div.DivClassName
{
background-color: #FE226F;
}
.BgClassName
{
background-color: #FE226F;
}
</style>
border-color css
<style>
span { border-color: #FE226F; }
span { border-color: rgb(254,34,111); }
td.TdClassName
{
border-color: #FE226F;
}
.TagClassName
{
border-color: #FE226F;
}
</style>