Shades of Radical Red #FE324E
Tints of Radical Red #FE324E
RGB
CMYK
RGB Variations
Color information
#FE324E (or 0xFE324E) is known color: Radical Red. HEX triplet: FE, 32 and 4E. RGB value is (254,50,78). Sum of RGB (Red+Green+Blue) = 254+50+78=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE324E is #01CDB1. Grayscale: #727272. Windows color (decimal): -118194 or 5124862. OLE color: 5124862.
HSL color Cylindrical-coordinate representation of color #FE324E: hue angle of 351.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE324E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 78 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.00 |
| HSL | 351.76º | 0.99% | 0.6% | - |
| HSV(B) | 351.76º | 0.8% | 1% | - |
| XYZ | 43.39 | 23.9 | 9.53 | - |
| YUV | 114.19 | 107.59 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 78 | 0 | 0.80 | 0.69 | 0.00 | 351.76 | 0.99 | 0.6 |
| Hex | FE | 32 | 4E | 0 | 50 | 45 | 0 | 160 | 63 | 3C |
| Octal | 376 | 62 | 116 | 0 | 120 | 105 | 0 | 540 | 143 | 74 |
| Binary | 11111110 | 110010 | 1001110 | 0 | 1010000 | 1000101 | 0 | 101100000 | 1100011 | 111100 |
Color Harmonies of #FE324E
Complementary color
Monochromatic Colors of #FE324E
Black with #FE324E
Text Example
Text Example
White with #FE324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE324E; }
p { color: rgb(254,50,78); }
H1.HeaderClassName
{
color: #FE324E;
}
.AnyTagClassName
{
color: #FE324E;
}
</style>
background-color css
<style>
a { background-color: #FE324E; }
a { background-color: rgb(254,50,78); }
div.DivClassName
{
background-color: #FE324E;
}
.BgClassName
{
background-color: #FE324E;
}
</style>
border-color css
<style>
span { border-color: #FE324E; }
span { border-color: rgb(254,50,78); }
td.TdClassName
{
border-color: #FE324E;
}
.TagClassName
{
border-color: #FE324E;
}
</style>