Shades of Radical Red #FE404E
Tints of Radical Red #FE404E
RGB
CMYK
RGB Variations
Color information
#FE404E (or 0xFE404E) is known color: Radical Red. HEX triplet: FE, 40 and 4E. RGB value is (254,64,78). Sum of RGB (Red+Green+Blue) = 254+64+78=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE404E is #01BFB1. Grayscale: #7A7A7A. Windows color (decimal): -114610 or 5128446. OLE color: 5128446.
HSL color Cylindrical-coordinate representation of color #FE404E: hue angle of 355.58º 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 #FE404E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 78 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.00 |
| HSL | 355.58º | 0.99% | 0.62% | - |
| HSV(B) | 355.58º | 0.75% | 1% | - |
| XYZ | 44.08 | 25.29 | 9.77 | - |
| YUV | 122.41 | 102.95 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 78 | 0 | 0.75 | 0.69 | 0.00 | 355.58 | 0.99 | 0.62 |
| Hex | FE | 40 | 4E | 0 | 4B | 45 | 0 | 164 | 63 | 3E |
| Octal | 376 | 100 | 116 | 0 | 113 | 105 | 0 | 544 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1001110 | 0 | 1001011 | 1000101 | 0 | 101100100 | 1100011 | 111110 |
Color Harmonies of #FE404E
Complementary color
Monochromatic Colors of #FE404E
Black with #FE404E
Text Example
Text Example
White with #FE404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE404E; }
p { color: rgb(254,64,78); }
H1.HeaderClassName
{
color: #FE404E;
}
.AnyTagClassName
{
color: #FE404E;
}
</style>
background-color css
<style>
a { background-color: #FE404E; }
a { background-color: rgb(254,64,78); }
div.DivClassName
{
background-color: #FE404E;
}
.BgClassName
{
background-color: #FE404E;
}
</style>
border-color css
<style>
span { border-color: #FE404E; }
span { border-color: rgb(254,64,78); }
td.TdClassName
{
border-color: #FE404E;
}
.TagClassName
{
border-color: #FE404E;
}
</style>