Shades of Radical Red #F7315C
Tints of Radical Red #F7315C
RGB
CMYK
RGB Variations
Color information
#F7315C (or 0xF7315C) is known color: Radical Red. HEX triplet: F7, 31 and 5C. RGB value is (247,49,92). Sum of RGB (Red+Green+Blue) = 247+49+92=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F7315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7315C is #08CEA3. Grayscale: #717171. Windows color (decimal): -577188 or 6042103. OLE color: 6042103.
HSL color Cylindrical-coordinate representation of color #F7315C: hue angle of 346.97º 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 #F7315C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 92 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.03 |
| HSL | 346.97º | 0.93% | 0.58% | - |
| HSV(B) | 346.97º | 0.8% | 0.97% | - |
| XYZ | 41.39 | 22.74 | 12.33 | - |
| YUV | 113.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 92 | 0 | 0.80 | 0.63 | 0.03 | 346.97 | 0.93 | 0.58 |
| Hex | F7 | 31 | 5C | 0 | 50 | 3F | 3 | 15B | 5D | 3A |
| Octal | 367 | 61 | 134 | 0 | 120 | 77 | 3 | 533 | 135 | 72 |
| Binary | 11110111 | 110001 | 1011100 | 0 | 1010000 | 111111 | 11 | 101011011 | 1011101 | 111010 |
Color Harmonies of #F7315C
Complementary color
Monochromatic Colors of #F7315C
Black with #F7315C
Text Example
Text Example
White with #F7315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7315C; }
p { color: rgb(247,49,92); }
H1.HeaderClassName
{
color: #F7315C;
}
.AnyTagClassName
{
color: #F7315C;
}
</style>
background-color css
<style>
a { background-color: #F7315C; }
a { background-color: rgb(247,49,92); }
div.DivClassName
{
background-color: #F7315C;
}
.BgClassName
{
background-color: #F7315C;
}
</style>
border-color css
<style>
span { border-color: #F7315C; }
span { border-color: rgb(247,49,92); }
td.TdClassName
{
border-color: #F7315C;
}
.TagClassName
{
border-color: #F7315C;
}
</style>