Shades of Radical Red #FE226A
Tints of Radical Red #FE226A
RGB
CMYK
RGB Variations
Color information
#FE226A (or 0xFE226A) is known color: Radical Red. HEX triplet: FE, 22 and 6A. RGB value is (254,34,106). Sum of RGB (Red+Green+Blue) = 254+34+106=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE226A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE226A is #01DD95. Grayscale: #6B6B6B. Windows color (decimal): -122262 or 6955774. OLE color: 6955774.
HSL color Cylindrical-coordinate representation of color #FE226A: hue angle of 340.36º 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 #FE226A is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 106 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.00 |
| HSL | 340.36º | 0.99% | 0.56% | - |
| HSV(B) | 340.36º | 0.87% | 1% | - |
| XYZ | 44.05 | 23.26 | 15.8 | - |
| YUV | 107.99 | 126.89 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 106 | 0 | 0.87 | 0.58 | 0.00 | 340.36 | 0.99 | 0.56 |
| Hex | FE | 22 | 6A | 0 | 57 | 3A | 0 | 154 | 63 | 38 |
| Octal | 376 | 42 | 152 | 0 | 127 | 72 | 0 | 524 | 143 | 70 |
| Binary | 11111110 | 100010 | 1101010 | 0 | 1010111 | 111010 | 0 | 101010100 | 1100011 | 111000 |
Color Harmonies of #FE226A
Complementary color
Monochromatic Colors of #FE226A
Black with #FE226A
Text Example
Text Example
White with #FE226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE226A; }
p { color: rgb(254,34,106); }
H1.HeaderClassName
{
color: #FE226A;
}
.AnyTagClassName
{
color: #FE226A;
}
</style>
background-color css
<style>
a { background-color: #FE226A; }
a { background-color: rgb(254,34,106); }
div.DivClassName
{
background-color: #FE226A;
}
.BgClassName
{
background-color: #FE226A;
}
</style>
border-color css
<style>
span { border-color: #FE226A; }
span { border-color: rgb(254,34,106); }
td.TdClassName
{
border-color: #FE226A;
}
.TagClassName
{
border-color: #FE226A;
}
</style>