Shades of Radical Red #F84D4E
Tints of Radical Red #F84D4E
RGB
CMYK
RGB Variations
Color information
#F84D4E (or 0xF84D4E) is known color: Radical Red. HEX triplet: F8, 4D and 4E. RGB value is (248,77,78). Sum of RGB (Red+Green+Blue) = 248+77+78=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D4E is #07B2B1. Grayscale: #808080. Windows color (decimal): -504498 or 5131768. OLE color: 5131768.
HSL color Cylindrical-coordinate representation of color #F84D4E: hue angle of 359.65º 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 #F84D4E is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 78 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.03 |
| HSL | 359.65º | 0.92% | 0.64% | - |
| HSV(B) | 359.65º | 0.69% | 0.97% | - |
| XYZ | 42.74 | 25.81 | 9.94 | - |
| YUV | 128.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 78 | 0 | 0.69 | 0.69 | 0.03 | 359.65 | 0.92 | 0.64 |
| Hex | F8 | 4D | 4E | 0 | 45 | 45 | 3 | 168 | 5C | 40 |
| Octal | 370 | 115 | 116 | 0 | 105 | 105 | 3 | 550 | 134 | 100 |
| Binary | 11111000 | 1001101 | 1001110 | 0 | 1000101 | 1000101 | 11 | 101101000 | 1011100 | 1000000 |
Color Harmonies of #F84D4E
Complementary color
Monochromatic Colors of #F84D4E
Black with #F84D4E
Text Example
Text Example
White with #F84D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D4E; }
p { color: rgb(248,77,78); }
H1.HeaderClassName
{
color: #F84D4E;
}
.AnyTagClassName
{
color: #F84D4E;
}
</style>
background-color css
<style>
a { background-color: #F84D4E; }
a { background-color: rgb(248,77,78); }
div.DivClassName
{
background-color: #F84D4E;
}
.BgClassName
{
background-color: #F84D4E;
}
</style>
border-color css
<style>
span { border-color: #F84D4E; }
span { border-color: rgb(248,77,78); }
td.TdClassName
{
border-color: #F84D4E;
}
.TagClassName
{
border-color: #F84D4E;
}
</style>