Shades of Radical Red #F7316C
Tints of Radical Red #F7316C
RGB
CMYK
RGB Variations
Color information
#F7316C (or 0xF7316C) is known color: Radical Red. HEX triplet: F7, 31 and 6C. RGB value is (247,49,108). Sum of RGB (Red+Green+Blue) = 247+49+108=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F7316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7316C is #08CE93. Grayscale: #727272. Windows color (decimal): -577172 or 7090679. OLE color: 7090679.
HSL color Cylindrical-coordinate representation of color #F7316C: hue angle of 342.12º 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 #F7316C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 108 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.03 |
| HSL | 342.12º | 0.93% | 0.58% | - |
| HSV(B) | 342.12º | 0.8% | 0.97% | - |
| XYZ | 42.16 | 23.05 | 16.41 | - |
| YUV | 114.93 | 124.1 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 108 | 0 | 0.80 | 0.56 | 0.03 | 342.12 | 0.93 | 0.58 |
| Hex | F7 | 31 | 6C | 0 | 50 | 38 | 3 | 156 | 5D | 3A |
| Octal | 367 | 61 | 154 | 0 | 120 | 70 | 3 | 526 | 135 | 72 |
| Binary | 11110111 | 110001 | 1101100 | 0 | 1010000 | 111000 | 11 | 101010110 | 1011101 | 111010 |
Color Harmonies of #F7316C
Complementary color
Monochromatic Colors of #F7316C
Black with #F7316C
Text Example
Text Example
White with #F7316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7316C; }
p { color: rgb(247,49,108); }
H1.HeaderClassName
{
color: #F7316C;
}
.AnyTagClassName
{
color: #F7316C;
}
</style>
background-color css
<style>
a { background-color: #F7316C; }
a { background-color: rgb(247,49,108); }
div.DivClassName
{
background-color: #F7316C;
}
.BgClassName
{
background-color: #F7316C;
}
</style>
border-color css
<style>
span { border-color: #F7316C; }
span { border-color: rgb(247,49,108); }
td.TdClassName
{
border-color: #F7316C;
}
.TagClassName
{
border-color: #F7316C;
}
</style>