Shades of Radical Red #F8316D
Tints of Radical Red #F8316D
RGB
CMYK
RGB Variations
Color information
#F8316D (or 0xF8316D) is known color: Radical Red. HEX triplet: F8, 31 and 6D. RGB value is (248,49,109). Sum of RGB (Red+Green+Blue) = 248+49+109=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8316D is #07CE92. Grayscale: #737373. Windows color (decimal): -511635 or 7156216. OLE color: 7156216.
HSL color Cylindrical-coordinate representation of color #F8316D: hue angle of 341.91º 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 #F8316D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 109 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.03 |
| HSL | 341.91º | 0.93% | 0.58% | - |
| HSV(B) | 341.91º | 0.8% | 0.97% | - |
| XYZ | 42.57 | 23.26 | 16.71 | - |
| YUV | 115.34 | 124.43 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 109 | 0 | 0.80 | 0.56 | 0.03 | 341.91 | 0.93 | 0.58 |
| Hex | F8 | 31 | 6D | 0 | 50 | 38 | 3 | 156 | 5D | 3A |
| Octal | 370 | 61 | 155 | 0 | 120 | 70 | 3 | 526 | 135 | 72 |
| Binary | 11111000 | 110001 | 1101101 | 0 | 1010000 | 111000 | 11 | 101010110 | 1011101 | 111010 |
Color Harmonies of #F8316D
Complementary color
Monochromatic Colors of #F8316D
Black with #F8316D
Text Example
Text Example
White with #F8316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8316D; }
p { color: rgb(248,49,109); }
H1.HeaderClassName
{
color: #F8316D;
}
.AnyTagClassName
{
color: #F8316D;
}
</style>
background-color css
<style>
a { background-color: #F8316D; }
a { background-color: rgb(248,49,109); }
div.DivClassName
{
background-color: #F8316D;
}
.BgClassName
{
background-color: #F8316D;
}
</style>
border-color css
<style>
span { border-color: #F8316D; }
span { border-color: rgb(248,49,109); }
td.TdClassName
{
border-color: #F8316D;
}
.TagClassName
{
border-color: #F8316D;
}
</style>