Shades of Radical Red #F7315E
Tints of Radical Red #F7315E
RGB
CMYK
RGB Variations
Color information
#F7315E (or 0xF7315E) is known color: Radical Red. HEX triplet: F7, 31 and 5E. RGB value is (247,49,94). Sum of RGB (Red+Green+Blue) = 247+49+94=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F7315E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7315E is #08CEA1. Grayscale: #717171. Windows color (decimal): -577186 or 6173175. OLE color: 6173175.
HSL color Cylindrical-coordinate representation of color #F7315E: hue angle of 346.36º degrees, saturation: 0.93, 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 #F7315E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 94 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.03 |
| HSL | 346.36º | 0.93% | 0.58% | - |
| HSV(B) | 346.36º | 0.8% | 0.97% | - |
| XYZ | 41.48 | 22.78 | 12.8 | - |
| YUV | 113.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 94 | 0 | 0.80 | 0.62 | 0.03 | 346.36 | 0.93 | 0.58 |
| Hex | F7 | 31 | 5E | 0 | 50 | 3E | 3 | 15A | 5D | 3A |
| Octal | 367 | 61 | 136 | 0 | 120 | 76 | 3 | 532 | 135 | 72 |
| Binary | 11110111 | 110001 | 1011110 | 0 | 1010000 | 111110 | 11 | 101011010 | 1011101 | 111010 |
Color Harmonies of #F7315E
Complementary color
Monochromatic Colors of #F7315E
Black with #F7315E
Text Example
Text Example
White with #F7315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7315E; }
p { color: rgb(247,49,94); }
H1.HeaderClassName
{
color: #F7315E;
}
.AnyTagClassName
{
color: #F7315E;
}
</style>
background-color css
<style>
a { background-color: #F7315E; }
a { background-color: rgb(247,49,94); }
div.DivClassName
{
background-color: #F7315E;
}
.BgClassName
{
background-color: #F7315E;
}
</style>
border-color css
<style>
span { border-color: #F7315E; }
span { border-color: rgb(247,49,94); }
td.TdClassName
{
border-color: #F7315E;
}
.TagClassName
{
border-color: #F7315E;
}
</style>