Shades of Radical Red #F8424C
Tints of Radical Red #F8424C
RGB
CMYK
RGB Variations
Color information
#F8424C (or 0xF8424C) is known color: Radical Red. HEX triplet: F8, 42 and 4C. RGB value is (248,66,76). Sum of RGB (Red+Green+Blue) = 248+66+76=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8424C is #07BDB3. Grayscale: #797979. Windows color (decimal): -507316 or 4997880. OLE color: 4997880.
HSL color Cylindrical-coordinate representation of color #F8424C: hue angle of 356.7º 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 #F8424C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 76 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.03 |
| HSL | 356.7º | 0.93% | 0.62% | - |
| HSV(B) | 356.7º | 0.73% | 0.97% | - |
| XYZ | 41.96 | 24.37 | 9.33 | - |
| YUV | 121.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 76 | 0 | 0.73 | 0.69 | 0.03 | 356.7 | 0.93 | 0.62 |
| Hex | F8 | 42 | 4C | 0 | 49 | 45 | 3 | 165 | 5D | 3E |
| Octal | 370 | 102 | 114 | 0 | 111 | 105 | 3 | 545 | 135 | 76 |
| Binary | 11111000 | 1000010 | 1001100 | 0 | 1001001 | 1000101 | 11 | 101100101 | 1011101 | 111110 |
Color Harmonies of #F8424C
Complementary color
Monochromatic Colors of #F8424C
Black with #F8424C
Text Example
Text Example
White with #F8424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8424C; }
p { color: rgb(248,66,76); }
H1.HeaderClassName
{
color: #F8424C;
}
.AnyTagClassName
{
color: #F8424C;
}
</style>
background-color css
<style>
a { background-color: #F8424C; }
a { background-color: rgb(248,66,76); }
div.DivClassName
{
background-color: #F8424C;
}
.BgClassName
{
background-color: #F8424C;
}
</style>
border-color css
<style>
span { border-color: #F8424C; }
span { border-color: rgb(248,66,76); }
td.TdClassName
{
border-color: #F8424C;
}
.TagClassName
{
border-color: #F8424C;
}
</style>