Shades of Radical Red #F8404C
Tints of Radical Red #F8404C
RGB
CMYK
RGB Variations
Color information
#F8404C (or 0xF8404C) is known color: Radical Red. HEX triplet: F8, 40 and 4C. RGB value is (248,64,76). Sum of RGB (Red+Green+Blue) = 248+64+76=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F8404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8404C is #07BFB3. Grayscale: #787878. Windows color (decimal): -507828 or 4997368. OLE color: 4997368.
HSL color Cylindrical-coordinate representation of color #F8404C: hue angle of 356.09º 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 #F8404C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 76 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.03 |
| HSL | 356.09º | 0.93% | 0.61% | - |
| HSV(B) | 356.09º | 0.74% | 0.97% | - |
| XYZ | 41.85 | 24.15 | 9.29 | - |
| YUV | 120.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 76 | 0 | 0.74 | 0.69 | 0.03 | 356.09 | 0.93 | 0.61 |
| Hex | F8 | 40 | 4C | 0 | 4A | 45 | 3 | 164 | 5D | 3D |
| Octal | 370 | 100 | 114 | 0 | 112 | 105 | 3 | 544 | 135 | 75 |
| Binary | 11111000 | 1000000 | 1001100 | 0 | 1001010 | 1000101 | 11 | 101100100 | 1011101 | 111101 |
Color Harmonies of #F8404C
Complementary color
Monochromatic Colors of #F8404C
Black with #F8404C
Text Example
Text Example
White with #F8404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8404C; }
p { color: rgb(248,64,76); }
H1.HeaderClassName
{
color: #F8404C;
}
.AnyTagClassName
{
color: #F8404C;
}
</style>
background-color css
<style>
a { background-color: #F8404C; }
a { background-color: rgb(248,64,76); }
div.DivClassName
{
background-color: #F8404C;
}
.BgClassName
{
background-color: #F8404C;
}
</style>
border-color css
<style>
span { border-color: #F8404C; }
span { border-color: rgb(248,64,76); }
td.TdClassName
{
border-color: #F8404C;
}
.TagClassName
{
border-color: #F8404C;
}
</style>