Shades of Radical Red #F7314E
Tints of Radical Red #F7314E
RGB
CMYK
RGB Variations
Color information
#F7314E (or 0xF7314E) is known color: Radical Red. HEX triplet: F7, 31 and 4E. RGB value is (247,49,78). Sum of RGB (Red+Green+Blue) = 247+49+78=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7314E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7314E is #08CEB1. Grayscale: #6F6F6F. Windows color (decimal): -577202 or 5124599. OLE color: 5124599.
HSL color Cylindrical-coordinate representation of color #F7314E: hue angle of 351.21º 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 #F7314E is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 78 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.03 |
| HSL | 351.21º | 0.93% | 0.58% | - |
| HSV(B) | 351.21º | 0.8% | 0.97% | - |
| XYZ | 40.83 | 22.52 | 9.4 | - |
| YUV | 111.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 78 | 0 | 0.80 | 0.68 | 0.03 | 351.21 | 0.93 | 0.58 |
| Hex | F7 | 31 | 4E | 0 | 50 | 44 | 3 | 15F | 5D | 3A |
| Octal | 367 | 61 | 116 | 0 | 120 | 104 | 3 | 537 | 135 | 72 |
| Binary | 11110111 | 110001 | 1001110 | 0 | 1010000 | 1000100 | 11 | 101011111 | 1011101 | 111010 |
Color Harmonies of #F7314E
Complementary color
Monochromatic Colors of #F7314E
Black with #F7314E
Text Example
Text Example
White with #F7314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7314E; }
p { color: rgb(247,49,78); }
H1.HeaderClassName
{
color: #F7314E;
}
.AnyTagClassName
{
color: #F7314E;
}
</style>
background-color css
<style>
a { background-color: #F7314E; }
a { background-color: rgb(247,49,78); }
div.DivClassName
{
background-color: #F7314E;
}
.BgClassName
{
background-color: #F7314E;
}
</style>
border-color css
<style>
span { border-color: #F7314E; }
span { border-color: rgb(247,49,78); }
td.TdClassName
{
border-color: #F7314E;
}
.TagClassName
{
border-color: #F7314E;
}
</style>