Shades of Radical Red #F8474E
Tints of Radical Red #F8474E
RGB
CMYK
RGB Variations
Color information
#F8474E (or 0xF8474E) is known color: Radical Red. HEX triplet: F8, 47 and 4E. RGB value is (248,71,78). Sum of RGB (Red+Green+Blue) = 248+71+78=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F8474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8474E is #07B8B1. Grayscale: #7C7C7C. Windows color (decimal): -506034 or 5130232. OLE color: 5130232.
HSL color Cylindrical-coordinate representation of color #F8474E: hue angle of 357.63º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8474E is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 78 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.03 |
| HSL | 357.63º | 0.93% | 0.63% | - |
| HSV(B) | 357.63º | 0.71% | 0.97% | - |
| XYZ | 42.34 | 25.01 | 9.8 | - |
| YUV | 124.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 78 | 0 | 0.71 | 0.69 | 0.03 | 357.63 | 0.93 | 0.63 |
| Hex | F8 | 47 | 4E | 0 | 47 | 45 | 3 | 166 | 5D | 3F |
| Octal | 370 | 107 | 116 | 0 | 107 | 105 | 3 | 546 | 135 | 77 |
| Binary | 11111000 | 1000111 | 1001110 | 0 | 1000111 | 1000101 | 11 | 101100110 | 1011101 | 111111 |
Color Harmonies of #F8474E
Complementary color
Monochromatic Colors of #F8474E
Black with #F8474E
Text Example
Text Example
White with #F8474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8474E; }
p { color: rgb(248,71,78); }
H1.HeaderClassName
{
color: #F8474E;
}
.AnyTagClassName
{
color: #F8474E;
}
</style>
background-color css
<style>
a { background-color: #F8474E; }
a { background-color: rgb(248,71,78); }
div.DivClassName
{
background-color: #F8474E;
}
.BgClassName
{
background-color: #F8474E;
}
</style>
border-color css
<style>
span { border-color: #F8474E; }
span { border-color: rgb(248,71,78); }
td.TdClassName
{
border-color: #F8474E;
}
.TagClassName
{
border-color: #F8474E;
}
</style>