Shades of Radical Red #FE3C4D
Tints of Radical Red #FE3C4D
RGB
CMYK
RGB Variations
Color information
#FE3C4D (or 0xFE3C4D) is known color: Radical Red. HEX triplet: FE, 3C and 4D. RGB value is (254,60,77). Sum of RGB (Red+Green+Blue) = 254+60+77=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3C4D is #01C3B2. Grayscale: #787878. Windows color (decimal): -115635 or 5061886. OLE color: 5061886.
HSL color Cylindrical-coordinate representation of color #FE3C4D: hue angle of 354.74º 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 #FE3C4D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 77 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.00 |
| HSL | 354.74º | 0.99% | 0.62% | - |
| HSV(B) | 354.74º | 0.76% | 1% | - |
| XYZ | 43.83 | 24.84 | 9.51 | - |
| YUV | 119.94 | 103.77 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 77 | 0 | 0.76 | 0.70 | 0.00 | 354.74 | 0.99 | 0.62 |
| Hex | FE | 3C | 4D | 0 | 4C | 46 | 0 | 163 | 63 | 3E |
| Octal | 376 | 74 | 115 | 0 | 114 | 106 | 0 | 543 | 143 | 76 |
| Binary | 11111110 | 111100 | 1001101 | 0 | 1001100 | 1000110 | 0 | 101100011 | 1100011 | 111110 |
Color Harmonies of #FE3C4D
Complementary color
Monochromatic Colors of #FE3C4D
Black with #FE3C4D
Text Example
Text Example
White with #FE3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C4D; }
p { color: rgb(254,60,77); }
H1.HeaderClassName
{
color: #FE3C4D;
}
.AnyTagClassName
{
color: #FE3C4D;
}
</style>
background-color css
<style>
a { background-color: #FE3C4D; }
a { background-color: rgb(254,60,77); }
div.DivClassName
{
background-color: #FE3C4D;
}
.BgClassName
{
background-color: #FE3C4D;
}
</style>
border-color css
<style>
span { border-color: #FE3C4D; }
span { border-color: rgb(254,60,77); }
td.TdClassName
{
border-color: #FE3C4D;
}
.TagClassName
{
border-color: #FE3C4D;
}
</style>