Shades of Radical Red #F84956
Tints of Radical Red #F84956
RGB
CMYK
RGB Variations
Color information
#F84956 (or 0xF84956) is known color: Radical Red. HEX triplet: F8, 49 and 56. RGB value is (248,73,86). Sum of RGB (Red+Green+Blue) = 248+73+86=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F84956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84956 is #07B6A9. Grayscale: #7E7E7E. Windows color (decimal): -505514 or 5655032. OLE color: 5655032.
HSL color Cylindrical-coordinate representation of color #F84956: hue angle of 355.54º 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 #F84956 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 86 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.03 |
| HSL | 355.54º | 0.93% | 0.63% | - |
| HSV(B) | 355.54º | 0.71% | 0.97% | - |
| XYZ | 42.77 | 25.39 | 11.45 | - |
| YUV | 126.81 | 104.98 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 86 | 0 | 0.71 | 0.65 | 0.03 | 355.54 | 0.93 | 0.63 |
| Hex | F8 | 49 | 56 | 0 | 47 | 41 | 3 | 164 | 5D | 3F |
| Octal | 370 | 111 | 126 | 0 | 107 | 101 | 3 | 544 | 135 | 77 |
| Binary | 11111000 | 1001001 | 1010110 | 0 | 1000111 | 1000001 | 11 | 101100100 | 1011101 | 111111 |
Color Harmonies of #F84956
Complementary color
Monochromatic Colors of #F84956
Black with #F84956
Text Example
Text Example
White with #F84956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84956; }
p { color: rgb(248,73,86); }
H1.HeaderClassName
{
color: #F84956;
}
.AnyTagClassName
{
color: #F84956;
}
</style>
background-color css
<style>
a { background-color: #F84956; }
a { background-color: rgb(248,73,86); }
div.DivClassName
{
background-color: #F84956;
}
.BgClassName
{
background-color: #F84956;
}
</style>
border-color css
<style>
span { border-color: #F84956; }
span { border-color: rgb(248,73,86); }
td.TdClassName
{
border-color: #F84956;
}
.TagClassName
{
border-color: #F84956;
}
</style>