Shades of Radical Red #FE325A
Tints of Radical Red #FE325A
RGB
CMYK
RGB Variations
Color information
#FE325A (or 0xFE325A) is known color: Radical Red. HEX triplet: FE, 32 and 5A. RGB value is (254,50,90). Sum of RGB (Red+Green+Blue) = 254+50+90=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE325A is #01CDA5. Grayscale: #737373. Windows color (decimal): -118182 or 5911294. OLE color: 5911294.
HSL color Cylindrical-coordinate representation of color #FE325A: hue angle of 348.24º 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 #FE325A is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 90 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.00 |
| HSL | 348.24º | 0.99% | 0.6% | - |
| HSV(B) | 348.24º | 0.8% | 1% | - |
| XYZ | 43.86 | 24.09 | 12.01 | - |
| YUV | 115.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 90 | 0 | 0.80 | 0.65 | 0.00 | 348.24 | 0.99 | 0.6 |
| Hex | FE | 32 | 5A | 0 | 50 | 41 | 0 | 15C | 63 | 3C |
| Octal | 376 | 62 | 132 | 0 | 120 | 101 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110010 | 1011010 | 0 | 1010000 | 1000001 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE325A
Complementary color
Monochromatic Colors of #FE325A
Black with #FE325A
Text Example
Text Example
White with #FE325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE325A; }
p { color: rgb(254,50,90); }
H1.HeaderClassName
{
color: #FE325A;
}
.AnyTagClassName
{
color: #FE325A;
}
</style>
background-color css
<style>
a { background-color: #FE325A; }
a { background-color: rgb(254,50,90); }
div.DivClassName
{
background-color: #FE325A;
}
.BgClassName
{
background-color: #FE325A;
}
</style>
border-color css
<style>
span { border-color: #FE325A; }
span { border-color: rgb(254,50,90); }
td.TdClassName
{
border-color: #FE325A;
}
.TagClassName
{
border-color: #FE325A;
}
</style>