Shades of Radical Red #FE4649
Tints of Radical Red #FE4649
RGB
CMYK
RGB Variations
Color information
#FE4649 (or 0xFE4649) is known color: Radical Red. HEX triplet: FE, 46 and 49. RGB value is (254,70,73). Sum of RGB (Red+Green+Blue) = 254+70+73=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4649 is #01B9B6. Grayscale: #7D7D7D. Windows color (decimal): -113079 or 4802302. OLE color: 4802302.
HSL color Cylindrical-coordinate representation of color #FE4649: hue angle of 359.02º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4649 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 73 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.00 |
| HSL | 359.02º | 0.99% | 0.64% | - |
| HSV(B) | 359.02º | 0.72% | 1% | - |
| XYZ | 44.27 | 25.93 | 8.98 | - |
| YUV | 125.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 73 | 0 | 0.72 | 0.71 | 0.00 | 359.02 | 0.99 | 0.64 |
| Hex | FE | 46 | 49 | 0 | 48 | 47 | 0 | 167 | 63 | 40 |
| Octal | 376 | 106 | 111 | 0 | 110 | 107 | 0 | 547 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1001001 | 0 | 1001000 | 1000111 | 0 | 101100111 | 1100011 | 1000000 |
Color Harmonies of #FE4649
Complementary color
Monochromatic Colors of #FE4649
Black with #FE4649
Text Example
Text Example
White with #FE4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4649; }
p { color: rgb(254,70,73); }
H1.HeaderClassName
{
color: #FE4649;
}
.AnyTagClassName
{
color: #FE4649;
}
</style>
background-color css
<style>
a { background-color: #FE4649; }
a { background-color: rgb(254,70,73); }
div.DivClassName
{
background-color: #FE4649;
}
.BgClassName
{
background-color: #FE4649;
}
</style>
border-color css
<style>
span { border-color: #FE4649; }
span { border-color: rgb(254,70,73); }
td.TdClassName
{
border-color: #FE4649;
}
.TagClassName
{
border-color: #FE4649;
}
</style>