Shades of Radical Red #FE424A
Tints of Radical Red #FE424A
RGB
CMYK
RGB Variations
Color information
#FE424A (or 0xFE424A) is known color: Radical Red. HEX triplet: FE, 42 and 4A. RGB value is (254,66,74). Sum of RGB (Red+Green+Blue) = 254+66+74=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE424A is #01BDB5. Grayscale: #7B7B7B. Windows color (decimal): -114102 or 4866814. OLE color: 4866814.
HSL color Cylindrical-coordinate representation of color #FE424A: hue angle of 357.45º 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 #FE424A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 74 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.00 |
| HSL | 357.45º | 0.99% | 0.63% | - |
| HSV(B) | 357.45º | 0.74% | 1% | - |
| XYZ | 44.06 | 25.46 | 9.07 | - |
| YUV | 123.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 74 | 0 | 0.74 | 0.71 | 0.00 | 357.45 | 0.99 | 0.63 |
| Hex | FE | 42 | 4A | 0 | 4A | 47 | 0 | 165 | 63 | 3F |
| Octal | 376 | 102 | 112 | 0 | 112 | 107 | 0 | 545 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1001010 | 0 | 1001010 | 1000111 | 0 | 101100101 | 1100011 | 111111 |
Color Harmonies of #FE424A
Complementary color
Monochromatic Colors of #FE424A
Black with #FE424A
Text Example
Text Example
White with #FE424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE424A; }
p { color: rgb(254,66,74); }
H1.HeaderClassName
{
color: #FE424A;
}
.AnyTagClassName
{
color: #FE424A;
}
</style>
background-color css
<style>
a { background-color: #FE424A; }
a { background-color: rgb(254,66,74); }
div.DivClassName
{
background-color: #FE424A;
}
.BgClassName
{
background-color: #FE424A;
}
</style>
border-color css
<style>
span { border-color: #FE424A; }
span { border-color: rgb(254,66,74); }
td.TdClassName
{
border-color: #FE424A;
}
.TagClassName
{
border-color: #FE424A;
}
</style>