Shades of Radical Red #F8315A
Tints of Radical Red #F8315A
RGB
CMYK
RGB Variations
Color information
#F8315A (or 0xF8315A) is known color: Radical Red. HEX triplet: F8, 31 and 5A. RGB value is (248,49,90). Sum of RGB (Red+Green+Blue) = 248+49+90=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F8315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8315A is #07CEA5. Grayscale: #717171. Windows color (decimal): -511654 or 5911032. OLE color: 5911032.
HSL color Cylindrical-coordinate representation of color #F8315A: hue angle of 347.64º 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 #F8315A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 90 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.03 |
| HSL | 347.64º | 0.93% | 0.58% | - |
| HSV(B) | 347.64º | 0.8% | 0.97% | - |
| XYZ | 41.66 | 22.89 | 11.9 | - |
| YUV | 113.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 90 | 0 | 0.80 | 0.64 | 0.03 | 347.64 | 0.93 | 0.58 |
| Hex | F8 | 31 | 5A | 0 | 50 | 40 | 3 | 15C | 5D | 3A |
| Octal | 370 | 61 | 132 | 0 | 120 | 100 | 3 | 534 | 135 | 72 |
| Binary | 11111000 | 110001 | 1011010 | 0 | 1010000 | 1000000 | 11 | 101011100 | 1011101 | 111010 |
Color Harmonies of #F8315A
Complementary color
Monochromatic Colors of #F8315A
Black with #F8315A
Text Example
Text Example
White with #F8315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8315A; }
p { color: rgb(248,49,90); }
H1.HeaderClassName
{
color: #F8315A;
}
.AnyTagClassName
{
color: #F8315A;
}
</style>
background-color css
<style>
a { background-color: #F8315A; }
a { background-color: rgb(248,49,90); }
div.DivClassName
{
background-color: #F8315A;
}
.BgClassName
{
background-color: #F8315A;
}
</style>
border-color css
<style>
span { border-color: #F8315A; }
span { border-color: rgb(248,49,90); }
td.TdClassName
{
border-color: #F8315A;
}
.TagClassName
{
border-color: #F8315A;
}
</style>