Shades of Radical Red #FE325D
Tints of Radical Red #FE325D
RGB
CMYK
RGB Variations
Color information
#FE325D (or 0xFE325D) is known color: Radical Red. HEX triplet: FE, 32 and 5D. RGB value is (254,50,93). Sum of RGB (Red+Green+Blue) = 254+50+93=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE325D is #01CDA2. Grayscale: #737373. Windows color (decimal): -118179 or 6107902. OLE color: 6107902.
HSL color Cylindrical-coordinate representation of color #FE325D: hue angle of 347.35º 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 #FE325D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 93 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.00 |
| HSL | 347.35º | 0.99% | 0.6% | - |
| HSV(B) | 347.35º | 0.8% | 1% | - |
| XYZ | 43.99 | 24.14 | 12.7 | - |
| YUV | 115.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 93 | 0 | 0.80 | 0.63 | 0.00 | 347.35 | 0.99 | 0.6 |
| Hex | FE | 32 | 5D | 0 | 50 | 3F | 0 | 15B | 63 | 3C |
| Octal | 376 | 62 | 135 | 0 | 120 | 77 | 0 | 533 | 143 | 74 |
| Binary | 11111110 | 110010 | 1011101 | 0 | 1010000 | 111111 | 0 | 101011011 | 1100011 | 111100 |
Color Harmonies of #FE325D
Complementary color
Monochromatic Colors of #FE325D
Black with #FE325D
Text Example
Text Example
White with #FE325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE325D; }
p { color: rgb(254,50,93); }
H1.HeaderClassName
{
color: #FE325D;
}
.AnyTagClassName
{
color: #FE325D;
}
</style>
background-color css
<style>
a { background-color: #FE325D; }
a { background-color: rgb(254,50,93); }
div.DivClassName
{
background-color: #FE325D;
}
.BgClassName
{
background-color: #FE325D;
}
</style>
border-color css
<style>
span { border-color: #FE325D; }
span { border-color: rgb(254,50,93); }
td.TdClassName
{
border-color: #FE325D;
}
.TagClassName
{
border-color: #FE325D;
}
</style>