Shades of Radical Red #FE4749
Tints of Radical Red #FE4749
RGB
CMYK
RGB Variations
Color information
#FE4749 (or 0xFE4749) is known color: Radical Red. HEX triplet: FE, 47 and 49. RGB value is (254,71,73). Sum of RGB (Red+Green+Blue) = 254+71+73=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4749 is #01B8B6. Grayscale: #7E7E7E. Windows color (decimal): -112823 or 4802558. OLE color: 4802558.
HSL color Cylindrical-coordinate representation of color #FE4749: hue angle of 359.34º 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 #FE4749 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 73 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.00 |
| HSL | 359.34º | 0.99% | 0.64% | - |
| HSV(B) | 359.34º | 0.72% | 1% | - |
| XYZ | 44.33 | 26.06 | 9 | - |
| YUV | 125.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 73 | 0 | 0.72 | 0.71 | 0.00 | 359.34 | 0.99 | 0.64 |
| Hex | FE | 47 | 49 | 0 | 48 | 47 | 0 | 167 | 63 | 40 |
| Octal | 376 | 107 | 111 | 0 | 110 | 107 | 0 | 547 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1001001 | 0 | 1001000 | 1000111 | 0 | 101100111 | 1100011 | 1000000 |
Color Harmonies of #FE4749
Complementary color
Monochromatic Colors of #FE4749
Black with #FE4749
Text Example
Text Example
White with #FE4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4749; }
p { color: rgb(254,71,73); }
H1.HeaderClassName
{
color: #FE4749;
}
.AnyTagClassName
{
color: #FE4749;
}
</style>
background-color css
<style>
a { background-color: #FE4749; }
a { background-color: rgb(254,71,73); }
div.DivClassName
{
background-color: #FE4749;
}
.BgClassName
{
background-color: #FE4749;
}
</style>
border-color css
<style>
span { border-color: #FE4749; }
span { border-color: rgb(254,71,73); }
td.TdClassName
{
border-color: #FE4749;
}
.TagClassName
{
border-color: #FE4749;
}
</style>