Shades of Radical Red #FE3C4A
Tints of Radical Red #FE3C4A
RGB
CMYK
RGB Variations
Color information
#FE3C4A (or 0xFE3C4A) is known color: Radical Red. HEX triplet: FE, 3C and 4A. RGB value is (254,60,74). Sum of RGB (Red+Green+Blue) = 254+60+74=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C4A is #01C3B5. Grayscale: #777777. Windows color (decimal): -115638 or 4865278. OLE color: 4865278.
HSL color Cylindrical-coordinate representation of color #FE3C4A: hue angle of 355.67º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3C4A is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 74 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.00 |
| HSL | 355.67º | 0.99% | 0.62% | - |
| HSV(B) | 355.67º | 0.76% | 1% | - |
| XYZ | 43.72 | 24.8 | 8.96 | - |
| YUV | 119.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 74 | 0 | 0.76 | 0.71 | 0.00 | 355.67 | 0.99 | 0.62 |
| Hex | FE | 3C | 4A | 0 | 4C | 47 | 0 | 164 | 63 | 3E |
| Octal | 376 | 74 | 112 | 0 | 114 | 107 | 0 | 544 | 143 | 76 |
| Binary | 11111110 | 111100 | 1001010 | 0 | 1001100 | 1000111 | 0 | 101100100 | 1100011 | 111110 |
Color Harmonies of #FE3C4A
Complementary color
Monochromatic Colors of #FE3C4A
Black with #FE3C4A
Text Example
Text Example
White with #FE3C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C4A; }
p { color: rgb(254,60,74); }
H1.HeaderClassName
{
color: #FE3C4A;
}
.AnyTagClassName
{
color: #FE3C4A;
}
</style>
background-color css
<style>
a { background-color: #FE3C4A; }
a { background-color: rgb(254,60,74); }
div.DivClassName
{
background-color: #FE3C4A;
}
.BgClassName
{
background-color: #FE3C4A;
}
</style>
border-color css
<style>
span { border-color: #FE3C4A; }
span { border-color: rgb(254,60,74); }
td.TdClassName
{
border-color: #FE3C4A;
}
.TagClassName
{
border-color: #FE3C4A;
}
</style>