Shades of Radical Red #F8424A
Tints of Radical Red #F8424A
RGB
CMYK
RGB Variations
Color information
#F8424A (or 0xF8424A) is known color: Radical Red. HEX triplet: F8, 42 and 4A. RGB value is (248,66,74). Sum of RGB (Red+Green+Blue) = 248+66+74=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F8424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8424A is #07BDB5. Grayscale: #797979. Windows color (decimal): -507318 or 4866808. OLE color: 4866808.
HSL color Cylindrical-coordinate representation of color #F8424A: hue angle of 357.36º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8424A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 74 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.03 |
| HSL | 357.36º | 0.93% | 0.62% | - |
| HSV(B) | 357.36º | 0.73% | 0.97% | - |
| XYZ | 41.9 | 24.35 | 8.97 | - |
| YUV | 121.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 74 | 0 | 0.73 | 0.70 | 0.03 | 357.36 | 0.93 | 0.62 |
| Hex | F8 | 42 | 4A | 0 | 49 | 46 | 3 | 165 | 5D | 3E |
| Octal | 370 | 102 | 112 | 0 | 111 | 106 | 3 | 545 | 135 | 76 |
| Binary | 11111000 | 1000010 | 1001010 | 0 | 1001001 | 1000110 | 11 | 101100101 | 1011101 | 111110 |
Color Harmonies of #F8424A
Complementary color
Monochromatic Colors of #F8424A
Black with #F8424A
Text Example
Text Example
White with #F8424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8424A; }
p { color: rgb(248,66,74); }
H1.HeaderClassName
{
color: #F8424A;
}
.AnyTagClassName
{
color: #F8424A;
}
</style>
background-color css
<style>
a { background-color: #F8424A; }
a { background-color: rgb(248,66,74); }
div.DivClassName
{
background-color: #F8424A;
}
.BgClassName
{
background-color: #F8424A;
}
</style>
border-color css
<style>
span { border-color: #F8424A; }
span { border-color: rgb(248,66,74); }
td.TdClassName
{
border-color: #F8424A;
}
.TagClassName
{
border-color: #F8424A;
}
</style>