Shades of Radical Red #FE325F
Tints of Radical Red #FE325F
RGB
CMYK
RGB Variations
Color information
#FE325F (or 0xFE325F) is known color: Radical Red. HEX triplet: FE, 32 and 5F. RGB value is (254,50,95). Sum of RGB (Red+Green+Blue) = 254+50+95=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE325F is #01CDA0. Grayscale: #747474. Windows color (decimal): -118177 or 6238974. OLE color: 6238974.
HSL color Cylindrical-coordinate representation of color #FE325F: hue angle of 346.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 #FE325F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 95 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.00 |
| HSL | 346.76º | 0.99% | 0.6% | - |
| HSV(B) | 346.76º | 0.8% | 1% | - |
| XYZ | 44.08 | 24.18 | 13.17 | - |
| YUV | 116.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 95 | 0 | 0.80 | 0.63 | 0.00 | 346.76 | 0.99 | 0.6 |
| Hex | FE | 32 | 5F | 0 | 50 | 3F | 0 | 15B | 63 | 3C |
| Octal | 376 | 62 | 137 | 0 | 120 | 77 | 0 | 533 | 143 | 74 |
| Binary | 11111110 | 110010 | 1011111 | 0 | 1010000 | 111111 | 0 | 101011011 | 1100011 | 111100 |
Color Harmonies of #FE325F
Complementary color
Monochromatic Colors of #FE325F
Black with #FE325F
Text Example
Text Example
White with #FE325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE325F; }
p { color: rgb(254,50,95); }
H1.HeaderClassName
{
color: #FE325F;
}
.AnyTagClassName
{
color: #FE325F;
}
</style>
background-color css
<style>
a { background-color: #FE325F; }
a { background-color: rgb(254,50,95); }
div.DivClassName
{
background-color: #FE325F;
}
.BgClassName
{
background-color: #FE325F;
}
</style>
border-color css
<style>
span { border-color: #FE325F; }
span { border-color: rgb(254,50,95); }
td.TdClassName
{
border-color: #FE325F;
}
.TagClassName
{
border-color: #FE325F;
}
</style>