Shades of Radical Red #F84E5E
Tints of Radical Red #F84E5E
RGB
CMYK
RGB Variations
Color information
#F84E5E (or 0xF84E5E) is known color: Radical Red. HEX triplet: F8, 4E and 5E. RGB value is (248,78,94). Sum of RGB (Red+Green+Blue) = 248+78+94=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84E5E is #07B1A1. Grayscale: #828282. Windows color (decimal): -504226 or 6180600. OLE color: 6180600.
HSL color Cylindrical-coordinate representation of color #F84E5E: hue angle of 354.35º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84E5E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 94 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.03 |
| HSL | 354.35º | 0.92% | 0.64% | - |
| HSV(B) | 354.35º | 0.69% | 0.97% | - |
| XYZ | 43.46 | 26.21 | 13.36 | - |
| YUV | 130.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 94 | 0 | 0.69 | 0.62 | 0.03 | 354.35 | 0.92 | 0.64 |
| Hex | F8 | 4E | 5E | 0 | 45 | 3E | 3 | 162 | 5C | 40 |
| Octal | 370 | 116 | 136 | 0 | 105 | 76 | 3 | 542 | 134 | 100 |
| Binary | 11111000 | 1001110 | 1011110 | 0 | 1000101 | 111110 | 11 | 101100010 | 1011100 | 1000000 |
Color Harmonies of #F84E5E
Complementary color
Monochromatic Colors of #F84E5E
Black with #F84E5E
Text Example
Text Example
White with #F84E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E5E; }
p { color: rgb(248,78,94); }
H1.HeaderClassName
{
color: #F84E5E;
}
.AnyTagClassName
{
color: #F84E5E;
}
</style>
background-color css
<style>
a { background-color: #F84E5E; }
a { background-color: rgb(248,78,94); }
div.DivClassName
{
background-color: #F84E5E;
}
.BgClassName
{
background-color: #F84E5E;
}
</style>
border-color css
<style>
span { border-color: #F84E5E; }
span { border-color: rgb(248,78,94); }
td.TdClassName
{
border-color: #F84E5E;
}
.TagClassName
{
border-color: #F84E5E;
}
</style>