Shades of Radical Red #F8404E
Tints of Radical Red #F8404E
RGB
CMYK
RGB Variations
Color information
#F8404E (or 0xF8404E) is known color: Radical Red. HEX triplet: F8, 40 and 4E. RGB value is (248,64,78). Sum of RGB (Red+Green+Blue) = 248+64+78=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8404E is #07BFB1. Grayscale: #787878. Windows color (decimal): -507826 or 5128440. OLE color: 5128440.
HSL color Cylindrical-coordinate representation of color #F8404E: hue angle of 355.43º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8404E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 78 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.03 |
| HSL | 355.43º | 0.93% | 0.61% | - |
| HSV(B) | 355.43º | 0.74% | 0.97% | - |
| XYZ | 41.92 | 24.17 | 9.66 | - |
| YUV | 120.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 78 | 0 | 0.74 | 0.69 | 0.03 | 355.43 | 0.93 | 0.61 |
| Hex | F8 | 40 | 4E | 0 | 4A | 45 | 3 | 163 | 5D | 3D |
| Octal | 370 | 100 | 116 | 0 | 112 | 105 | 3 | 543 | 135 | 75 |
| Binary | 11111000 | 1000000 | 1001110 | 0 | 1001010 | 1000101 | 11 | 101100011 | 1011101 | 111101 |
Color Harmonies of #F8404E
Complementary color
Monochromatic Colors of #F8404E
Black with #F8404E
Text Example
Text Example
White with #F8404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8404E; }
p { color: rgb(248,64,78); }
H1.HeaderClassName
{
color: #F8404E;
}
.AnyTagClassName
{
color: #F8404E;
}
</style>
background-color css
<style>
a { background-color: #F8404E; }
a { background-color: rgb(248,64,78); }
div.DivClassName
{
background-color: #F8404E;
}
.BgClassName
{
background-color: #F8404E;
}
</style>
border-color css
<style>
span { border-color: #F8404E; }
span { border-color: rgb(248,64,78); }
td.TdClassName
{
border-color: #F8404E;
}
.TagClassName
{
border-color: #F8404E;
}
</style>