Shades of Radical Red #FE426A
Tints of Radical Red #FE426A
RGB
CMYK
RGB Variations
Color information
#FE426A (or 0xFE426A) is known color: Radical Red. HEX triplet: FE, 42 and 6A. RGB value is (254,66,106). Sum of RGB (Red+Green+Blue) = 254+66+106=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE426A is #01BD95. Grayscale: #7E7E7E. Windows color (decimal): -114070 or 6963966. OLE color: 6963966.
HSL color Cylindrical-coordinate representation of color #FE426A: hue angle of 347.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE426A is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 106 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.00 |
| HSL | 347.23º | 0.99% | 0.63% | - |
| HSV(B) | 347.23º | 0.74% | 1% | - |
| XYZ | 45.42 | 26.01 | 16.26 | - |
| YUV | 126.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 106 | 0 | 0.74 | 0.58 | 0.00 | 347.23 | 0.99 | 0.63 |
| Hex | FE | 42 | 6A | 0 | 4A | 3A | 0 | 15B | 63 | 3F |
| Octal | 376 | 102 | 152 | 0 | 112 | 72 | 0 | 533 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1101010 | 0 | 1001010 | 111010 | 0 | 101011011 | 1100011 | 111111 |
Color Harmonies of #FE426A
Complementary color
Monochromatic Colors of #FE426A
Black with #FE426A
Text Example
Text Example
White with #FE426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE426A; }
p { color: rgb(254,66,106); }
H1.HeaderClassName
{
color: #FE426A;
}
.AnyTagClassName
{
color: #FE426A;
}
</style>
background-color css
<style>
a { background-color: #FE426A; }
a { background-color: rgb(254,66,106); }
div.DivClassName
{
background-color: #FE426A;
}
.BgClassName
{
background-color: #FE426A;
}
</style>
border-color css
<style>
span { border-color: #FE426A; }
span { border-color: rgb(254,66,106); }
td.TdClassName
{
border-color: #FE426A;
}
.TagClassName
{
border-color: #FE426A;
}
</style>