Shades of Radical Red #F8316B
Tints of Radical Red #F8316B
RGB
CMYK
RGB Variations
Color information
#F8316B (or 0xF8316B) is known color: Radical Red. HEX triplet: F8, 31 and 6B. RGB value is (248,49,107). Sum of RGB (Red+Green+Blue) = 248+49+107=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F8316B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8316B is #07CE94. Grayscale: #737373. Windows color (decimal): -511637 or 7025144. OLE color: 7025144.
HSL color Cylindrical-coordinate representation of color #F8316B: hue angle of 342.51º 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 #F8316B is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 107 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.03 |
| HSL | 342.51º | 0.93% | 0.58% | - |
| HSV(B) | 342.51º | 0.8% | 0.97% | - |
| XYZ | 42.46 | 23.21 | 16.15 | - |
| YUV | 115.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 107 | 0 | 0.80 | 0.57 | 0.03 | 342.51 | 0.93 | 0.58 |
| Hex | F8 | 31 | 6B | 0 | 50 | 39 | 3 | 157 | 5D | 3A |
| Octal | 370 | 61 | 153 | 0 | 120 | 71 | 3 | 527 | 135 | 72 |
| Binary | 11111000 | 110001 | 1101011 | 0 | 1010000 | 111001 | 11 | 101010111 | 1011101 | 111010 |
Color Harmonies of #F8316B
Complementary color
Monochromatic Colors of #F8316B
Black with #F8316B
Text Example
Text Example
White with #F8316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8316B; }
p { color: rgb(248,49,107); }
H1.HeaderClassName
{
color: #F8316B;
}
.AnyTagClassName
{
color: #F8316B;
}
</style>
background-color css
<style>
a { background-color: #F8316B; }
a { background-color: rgb(248,49,107); }
div.DivClassName
{
background-color: #F8316B;
}
.BgClassName
{
background-color: #F8316B;
}
</style>
border-color css
<style>
span { border-color: #F8316B; }
span { border-color: rgb(248,49,107); }
td.TdClassName
{
border-color: #F8316B;
}
.TagClassName
{
border-color: #F8316B;
}
</style>