Shades of Radical Red #FE404A
Tints of Radical Red #FE404A
RGB
CMYK
RGB Variations
Color information
#FE404A (or 0xFE404A) is known color: Radical Red. HEX triplet: FE, 40 and 4A. RGB value is (254,64,74). Sum of RGB (Red+Green+Blue) = 254+64+74=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE404A is #01BFB5. Grayscale: #7A7A7A. Windows color (decimal): -114614 or 4866302. OLE color: 4866302.
HSL color Cylindrical-coordinate representation of color #FE404A: hue angle of 356.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE404A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 74 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.00 |
| HSL | 356.84º | 0.99% | 0.62% | - |
| HSV(B) | 356.84º | 0.75% | 1% | - |
| XYZ | 43.94 | 25.23 | 9.03 | - |
| YUV | 121.95 | 100.95 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 74 | 0 | 0.75 | 0.71 | 0.00 | 356.84 | 0.99 | 0.62 |
| Hex | FE | 40 | 4A | 0 | 4B | 47 | 0 | 165 | 63 | 3E |
| Octal | 376 | 100 | 112 | 0 | 113 | 107 | 0 | 545 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1001010 | 0 | 1001011 | 1000111 | 0 | 101100101 | 1100011 | 111110 |
Color Harmonies of #FE404A
Complementary color
Monochromatic Colors of #FE404A
Black with #FE404A
Text Example
Text Example
White with #FE404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE404A; }
p { color: rgb(254,64,74); }
H1.HeaderClassName
{
color: #FE404A;
}
.AnyTagClassName
{
color: #FE404A;
}
</style>
background-color css
<style>
a { background-color: #FE404A; }
a { background-color: rgb(254,64,74); }
div.DivClassName
{
background-color: #FE404A;
}
.BgClassName
{
background-color: #FE404A;
}
</style>
border-color css
<style>
span { border-color: #FE404A; }
span { border-color: rgb(254,64,74); }
td.TdClassName
{
border-color: #FE404A;
}
.TagClassName
{
border-color: #FE404A;
}
</style>