Shades of Radical Red #F84856
Tints of Radical Red #F84856
RGB
CMYK
RGB Variations
Color information
#F84856 (or 0xF84856) is known color: Radical Red. HEX triplet: F8, 48 and 56. RGB value is (248,72,86). Sum of RGB (Red+Green+Blue) = 248+72+86=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F84856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84856 is #07B7A9. Grayscale: #7E7E7E. Windows color (decimal): -505770 or 5654776. OLE color: 5654776.
HSL color Cylindrical-coordinate representation of color #F84856: hue angle of 355.23º 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 #F84856 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 86 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.03 |
| HSL | 355.23º | 0.93% | 0.63% | - |
| HSV(B) | 355.23º | 0.71% | 0.97% | - |
| XYZ | 42.71 | 25.26 | 11.43 | - |
| YUV | 126.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 86 | 0 | 0.71 | 0.65 | 0.03 | 355.23 | 0.93 | 0.63 |
| Hex | F8 | 48 | 56 | 0 | 47 | 41 | 3 | 163 | 5D | 3F |
| Octal | 370 | 110 | 126 | 0 | 107 | 101 | 3 | 543 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1010110 | 0 | 1000111 | 1000001 | 11 | 101100011 | 1011101 | 111111 |
Color Harmonies of #F84856
Complementary color
Monochromatic Colors of #F84856
Black with #F84856
Text Example
Text Example
White with #F84856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84856; }
p { color: rgb(248,72,86); }
H1.HeaderClassName
{
color: #F84856;
}
.AnyTagClassName
{
color: #F84856;
}
</style>
background-color css
<style>
a { background-color: #F84856; }
a { background-color: rgb(248,72,86); }
div.DivClassName
{
background-color: #F84856;
}
.BgClassName
{
background-color: #F84856;
}
</style>
border-color css
<style>
span { border-color: #F84856; }
span { border-color: rgb(248,72,86); }
td.TdClassName
{
border-color: #F84856;
}
.TagClassName
{
border-color: #F84856;
}
</style>