Shades of Radical Red #FE304D
Tints of Radical Red #FE304D
RGB
CMYK
RGB Variations
Color information
#FE304D (or 0xFE304D) is known color: Radical Red. HEX triplet: FE, 30 and 4D. RGB value is (254,48,77). Sum of RGB (Red+Green+Blue) = 254+48+77=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE304D is #01CFB2. Grayscale: #707070. Windows color (decimal): -118707 or 5058814. OLE color: 5058814.
HSL color Cylindrical-coordinate representation of color #FE304D: hue angle of 351.55º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE304D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 77 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.00 |
| HSL | 351.55º | 0.99% | 0.59% | - |
| HSV(B) | 351.55º | 0.81% | 1% | - |
| XYZ | 43.27 | 23.72 | 9.32 | - |
| YUV | 112.9 | 107.75 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 77 | 0 | 0.81 | 0.70 | 0.00 | 351.55 | 0.99 | 0.59 |
| Hex | FE | 30 | 4D | 0 | 51 | 46 | 0 | 160 | 63 | 3B |
| Octal | 376 | 60 | 115 | 0 | 121 | 106 | 0 | 540 | 143 | 73 |
| Binary | 11111110 | 110000 | 1001101 | 0 | 1010001 | 1000110 | 0 | 101100000 | 1100011 | 111011 |
Color Harmonies of #FE304D
Complementary color
Monochromatic Colors of #FE304D
Black with #FE304D
Text Example
Text Example
White with #FE304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE304D; }
p { color: rgb(254,48,77); }
H1.HeaderClassName
{
color: #FE304D;
}
.AnyTagClassName
{
color: #FE304D;
}
</style>
background-color css
<style>
a { background-color: #FE304D; }
a { background-color: rgb(254,48,77); }
div.DivClassName
{
background-color: #FE304D;
}
.BgClassName
{
background-color: #FE304D;
}
</style>
border-color css
<style>
span { border-color: #FE304D; }
span { border-color: rgb(254,48,77); }
td.TdClassName
{
border-color: #FE304D;
}
.TagClassName
{
border-color: #FE304D;
}
</style>