Shades of Radical Red #F84656
Tints of Radical Red #F84656
RGB
CMYK
RGB Variations
Color information
#F84656 (or 0xF84656) is known color: Radical Red. HEX triplet: F8, 46 and 56. RGB value is (248,70,86). Sum of RGB (Red+Green+Blue) = 248+70+86=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F84656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84656 is #07B9A9. Grayscale: #7D7D7D. Windows color (decimal): -506282 or 5654264. OLE color: 5654264.
HSL color Cylindrical-coordinate representation of color #F84656: hue angle of 354.61º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F84656 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 86 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.03 |
| HSL | 354.61º | 0.93% | 0.62% | - |
| HSV(B) | 354.61º | 0.72% | 0.97% | - |
| XYZ | 42.58 | 25.01 | 11.39 | - |
| YUV | 125.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 86 | 0 | 0.72 | 0.65 | 0.03 | 354.61 | 0.93 | 0.62 |
| Hex | F8 | 46 | 56 | 0 | 48 | 41 | 3 | 163 | 5D | 3E |
| Octal | 370 | 106 | 126 | 0 | 110 | 101 | 3 | 543 | 135 | 76 |
| Binary | 11111000 | 1000110 | 1010110 | 0 | 1001000 | 1000001 | 11 | 101100011 | 1011101 | 111110 |
Color Harmonies of #F84656
Complementary color
Monochromatic Colors of #F84656
Black with #F84656
Text Example
Text Example
White with #F84656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84656; }
p { color: rgb(248,70,86); }
H1.HeaderClassName
{
color: #F84656;
}
.AnyTagClassName
{
color: #F84656;
}
</style>
background-color css
<style>
a { background-color: #F84656; }
a { background-color: rgb(248,70,86); }
div.DivClassName
{
background-color: #F84656;
}
.BgClassName
{
background-color: #F84656;
}
</style>
border-color css
<style>
span { border-color: #F84656; }
span { border-color: rgb(248,70,86); }
td.TdClassName
{
border-color: #F84656;
}
.TagClassName
{
border-color: #F84656;
}
</style>