Shades of Radical Red #F8314C
Tints of Radical Red #F8314C
RGB
CMYK
RGB Variations
Color information
#F8314C (or 0xF8314C) is known color: Radical Red. HEX triplet: F8, 31 and 4C. RGB value is (248,49,76). Sum of RGB (Red+Green+Blue) = 248+49+76=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8314C is #07CEB3. Grayscale: #6F6F6F. Windows color (decimal): -511668 or 4993528. OLE color: 4993528.
HSL color Cylindrical-coordinate representation of color #F8314C: hue angle of 351.86º 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 #F8314C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 76 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.03 |
| HSL | 351.86º | 0.93% | 0.58% | - |
| HSV(B) | 351.86º | 0.8% | 0.97% | - |
| XYZ | 41.11 | 22.67 | 9.05 | - |
| YUV | 111.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 76 | 0 | 0.80 | 0.69 | 0.03 | 351.86 | 0.93 | 0.58 |
| Hex | F8 | 31 | 4C | 0 | 50 | 45 | 3 | 160 | 5D | 3A |
| Octal | 370 | 61 | 114 | 0 | 120 | 105 | 3 | 540 | 135 | 72 |
| Binary | 11111000 | 110001 | 1001100 | 0 | 1010000 | 1000101 | 11 | 101100000 | 1011101 | 111010 |
Color Harmonies of #F8314C
Complementary color
Monochromatic Colors of #F8314C
Black with #F8314C
Text Example
Text Example
White with #F8314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8314C; }
p { color: rgb(248,49,76); }
H1.HeaderClassName
{
color: #F8314C;
}
.AnyTagClassName
{
color: #F8314C;
}
</style>
background-color css
<style>
a { background-color: #F8314C; }
a { background-color: rgb(248,49,76); }
div.DivClassName
{
background-color: #F8314C;
}
.BgClassName
{
background-color: #F8314C;
}
</style>
border-color css
<style>
span { border-color: #F8314C; }
span { border-color: rgb(248,49,76); }
td.TdClassName
{
border-color: #F8314C;
}
.TagClassName
{
border-color: #F8314C;
}
</style>