Shades of Radical Red #FE4049
Tints of Radical Red #FE4049
RGB
CMYK
RGB Variations
Color information
#FE4049 (or 0xFE4049) is known color: Radical Red. HEX triplet: FE, 40 and 49. RGB value is (254,64,73). Sum of RGB (Red+Green+Blue) = 254+64+73=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4049 is #01BFB6. Grayscale: #797979. Windows color (decimal): -114615 or 4800766. OLE color: 4800766.
HSL color Cylindrical-coordinate representation of color #FE4049: hue angle of 357.16º 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 #FE4049 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 73 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.00 |
| HSL | 357.16º | 0.99% | 0.62% | - |
| HSV(B) | 357.16º | 0.75% | 1% | - |
| XYZ | 43.91 | 25.22 | 8.86 | - |
| YUV | 121.84 | 100.45 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 73 | 0 | 0.75 | 0.71 | 0.00 | 357.16 | 0.99 | 0.62 |
| Hex | FE | 40 | 49 | 0 | 4B | 47 | 0 | 165 | 63 | 3E |
| Octal | 376 | 100 | 111 | 0 | 113 | 107 | 0 | 545 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1001001 | 0 | 1001011 | 1000111 | 0 | 101100101 | 1100011 | 111110 |
Color Harmonies of #FE4049
Complementary color
Monochromatic Colors of #FE4049
Black with #FE4049
Text Example
Text Example
White with #FE4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4049; }
p { color: rgb(254,64,73); }
H1.HeaderClassName
{
color: #FE4049;
}
.AnyTagClassName
{
color: #FE4049;
}
</style>
background-color css
<style>
a { background-color: #FE4049; }
a { background-color: rgb(254,64,73); }
div.DivClassName
{
background-color: #FE4049;
}
.BgClassName
{
background-color: #FE4049;
}
</style>
border-color css
<style>
span { border-color: #FE4049; }
span { border-color: rgb(254,64,73); }
td.TdClassName
{
border-color: #FE4049;
}
.TagClassName
{
border-color: #FE4049;
}
</style>