Shades of Radical Red #F84C5E
Tints of Radical Red #F84C5E
RGB
CMYK
RGB Variations
Color information
#F84C5E (or 0xF84C5E) is known color: Radical Red. HEX triplet: F8, 4C and 5E. RGB value is (248,76,94). Sum of RGB (Red+Green+Blue) = 248+76+94=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C5E is #07B3A1. Grayscale: #818181. Windows color (decimal): -504738 or 6180088. OLE color: 6180088.
HSL color Cylindrical-coordinate representation of color #F84C5E: hue angle of 353.72º 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 #F84C5E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 94 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.03 |
| HSL | 353.72º | 0.92% | 0.64% | - |
| HSV(B) | 353.72º | 0.69% | 0.97% | - |
| XYZ | 43.32 | 25.93 | 13.31 | - |
| YUV | 129.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 94 | 0 | 0.69 | 0.62 | 0.03 | 353.72 | 0.92 | 0.64 |
| Hex | F8 | 4C | 5E | 0 | 45 | 3E | 3 | 162 | 5C | 40 |
| Octal | 370 | 114 | 136 | 0 | 105 | 76 | 3 | 542 | 134 | 100 |
| Binary | 11111000 | 1001100 | 1011110 | 0 | 1000101 | 111110 | 11 | 101100010 | 1011100 | 1000000 |
Color Harmonies of #F84C5E
Complementary color
Monochromatic Colors of #F84C5E
Black with #F84C5E
Text Example
Text Example
White with #F84C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C5E; }
p { color: rgb(248,76,94); }
H1.HeaderClassName
{
color: #F84C5E;
}
.AnyTagClassName
{
color: #F84C5E;
}
</style>
background-color css
<style>
a { background-color: #F84C5E; }
a { background-color: rgb(248,76,94); }
div.DivClassName
{
background-color: #F84C5E;
}
.BgClassName
{
background-color: #F84C5E;
}
</style>
border-color css
<style>
span { border-color: #F84C5E; }
span { border-color: rgb(248,76,94); }
td.TdClassName
{
border-color: #F84C5E;
}
.TagClassName
{
border-color: #F84C5E;
}
</style>