Shades of Radical Red #F8315C
Tints of Radical Red #F8315C
RGB
CMYK
RGB Variations
Color information
#F8315C (or 0xF8315C) is known color: Radical Red. HEX triplet: F8, 31 and 5C. RGB value is (248,49,92). Sum of RGB (Red+Green+Blue) = 248+49+92=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8315C is #07CEA3. Grayscale: #717171. Windows color (decimal): -511652 or 6042104. OLE color: 6042104.
HSL color Cylindrical-coordinate representation of color #F8315C: hue angle of 347.04º 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 #F8315C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 92 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.03 |
| HSL | 347.04º | 0.93% | 0.58% | - |
| HSV(B) | 347.04º | 0.8% | 0.97% | - |
| XYZ | 41.74 | 22.93 | 12.35 | - |
| YUV | 113.4 | 115.93 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 92 | 0 | 0.80 | 0.63 | 0.03 | 347.04 | 0.93 | 0.58 |
| Hex | F8 | 31 | 5C | 0 | 50 | 3F | 3 | 15B | 5D | 3A |
| Octal | 370 | 61 | 134 | 0 | 120 | 77 | 3 | 533 | 135 | 72 |
| Binary | 11111000 | 110001 | 1011100 | 0 | 1010000 | 111111 | 11 | 101011011 | 1011101 | 111010 |
Color Harmonies of #F8315C
Complementary color
Monochromatic Colors of #F8315C
Black with #F8315C
Text Example
Text Example
White with #F8315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8315C; }
p { color: rgb(248,49,92); }
H1.HeaderClassName
{
color: #F8315C;
}
.AnyTagClassName
{
color: #F8315C;
}
</style>
background-color css
<style>
a { background-color: #F8315C; }
a { background-color: rgb(248,49,92); }
div.DivClassName
{
background-color: #F8315C;
}
.BgClassName
{
background-color: #F8315C;
}
</style>
border-color css
<style>
span { border-color: #F8315C; }
span { border-color: rgb(248,49,92); }
td.TdClassName
{
border-color: #F8315C;
}
.TagClassName
{
border-color: #F8315C;
}
</style>