Shades of Radical Red #F7325E
Tints of Radical Red #F7325E
RGB
CMYK
RGB Variations
Color information
#F7325E (or 0xF7325E) is known color: Radical Red. HEX triplet: F7, 32 and 5E. RGB value is (247,50,94). Sum of RGB (Red+Green+Blue) = 247+50+94=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F7325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7325E is #08CDA1. Grayscale: #717171. Windows color (decimal): -576930 or 6173431. OLE color: 6173431.
HSL color Cylindrical-coordinate representation of color #F7325E: hue angle of 346.6º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7325E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 94 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.03 |
| HSL | 346.6º | 0.92% | 0.58% | - |
| HSV(B) | 346.6º | 0.8% | 0.97% | - |
| XYZ | 41.52 | 22.86 | 12.81 | - |
| YUV | 113.92 | 116.77 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 94 | 0 | 0.80 | 0.62 | 0.03 | 346.6 | 0.92 | 0.58 |
| Hex | F7 | 32 | 5E | 0 | 50 | 3E | 3 | 15B | 5C | 3A |
| Octal | 367 | 62 | 136 | 0 | 120 | 76 | 3 | 533 | 134 | 72 |
| Binary | 11110111 | 110010 | 1011110 | 0 | 1010000 | 111110 | 11 | 101011011 | 1011100 | 111010 |
Color Harmonies of #F7325E
Complementary color
Monochromatic Colors of #F7325E
Black with #F7325E
Text Example
Text Example
White with #F7325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7325E; }
p { color: rgb(247,50,94); }
H1.HeaderClassName
{
color: #F7325E;
}
.AnyTagClassName
{
color: #F7325E;
}
</style>
background-color css
<style>
a { background-color: #F7325E; }
a { background-color: rgb(247,50,94); }
div.DivClassName
{
background-color: #F7325E;
}
.BgClassName
{
background-color: #F7325E;
}
</style>
border-color css
<style>
span { border-color: #F7325E; }
span { border-color: rgb(247,50,94); }
td.TdClassName
{
border-color: #F7325E;
}
.TagClassName
{
border-color: #F7325E;
}
</style>