Shades of Radical Red #FE404D
Tints of Radical Red #FE404D
RGB
CMYK
RGB Variations
Color information
#FE404D (or 0xFE404D) is known color: Radical Red. HEX triplet: FE, 40 and 4D. RGB value is (254,64,77). Sum of RGB (Red+Green+Blue) = 254+64+77=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE404D is #01BFB2. Grayscale: #7A7A7A. Windows color (decimal): -114611 or 5062910. OLE color: 5062910.
HSL color Cylindrical-coordinate representation of color #FE404D: hue angle of 355.89º 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 #FE404D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 77 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.00 |
| HSL | 355.89º | 0.99% | 0.62% | - |
| HSV(B) | 355.89º | 0.75% | 1% | - |
| XYZ | 44.05 | 25.27 | 9.58 | - |
| YUV | 122.29 | 102.45 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 77 | 0 | 0.75 | 0.70 | 0.00 | 355.89 | 0.99 | 0.62 |
| Hex | FE | 40 | 4D | 0 | 4B | 46 | 0 | 164 | 63 | 3E |
| Octal | 376 | 100 | 115 | 0 | 113 | 106 | 0 | 544 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1001101 | 0 | 1001011 | 1000110 | 0 | 101100100 | 1100011 | 111110 |
Color Harmonies of #FE404D
Complementary color
Monochromatic Colors of #FE404D
Black with #FE404D
Text Example
Text Example
White with #FE404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE404D; }
p { color: rgb(254,64,77); }
H1.HeaderClassName
{
color: #FE404D;
}
.AnyTagClassName
{
color: #FE404D;
}
</style>
background-color css
<style>
a { background-color: #FE404D; }
a { background-color: rgb(254,64,77); }
div.DivClassName
{
background-color: #FE404D;
}
.BgClassName
{
background-color: #FE404D;
}
</style>
border-color css
<style>
span { border-color: #FE404D; }
span { border-color: rgb(254,64,77); }
td.TdClassName
{
border-color: #FE404D;
}
.TagClassName
{
border-color: #FE404D;
}
</style>