Shades of Radical Red #F8245E
Tints of Radical Red #F8245E
RGB
CMYK
RGB Variations
Color information
#F8245E (or 0xF8245E) is known color: Radical Red. HEX triplet: F8, 24 and 5E. RGB value is (248,36,94). Sum of RGB (Red+Green+Blue) = 248+36+94=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8245E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8245E is #07DBA1. Grayscale: #696969. Windows color (decimal): -514978 or 6169848. OLE color: 6169848.
HSL color Cylindrical-coordinate representation of color #F8245E: hue angle of 343.58º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8245E is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 94 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.03 |
| HSL | 343.58º | 0.94% | 0.56% | - |
| HSV(B) | 343.58º | 0.85% | 0.97% | - |
| XYZ | 41.36 | 22.03 | 12.66 | - |
| YUV | 106 | 121.24 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 94 | 0 | 0.85 | 0.62 | 0.03 | 343.58 | 0.94 | 0.56 |
| Hex | F8 | 24 | 5E | 0 | 55 | 3E | 3 | 158 | 5E | 38 |
| Octal | 370 | 44 | 136 | 0 | 125 | 76 | 3 | 530 | 136 | 70 |
| Binary | 11111000 | 100100 | 1011110 | 0 | 1010101 | 111110 | 11 | 101011000 | 1011110 | 111000 |
Color Harmonies of #F8245E
Complementary color
Monochromatic Colors of #F8245E
Black with #F8245E
Text Example
Text Example
White with #F8245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8245E; }
p { color: rgb(248,36,94); }
H1.HeaderClassName
{
color: #F8245E;
}
.AnyTagClassName
{
color: #F8245E;
}
</style>
background-color css
<style>
a { background-color: #F8245E; }
a { background-color: rgb(248,36,94); }
div.DivClassName
{
background-color: #F8245E;
}
.BgClassName
{
background-color: #F8245E;
}
</style>
border-color css
<style>
span { border-color: #F8245E; }
span { border-color: rgb(248,36,94); }
td.TdClassName
{
border-color: #F8245E;
}
.TagClassName
{
border-color: #F8245E;
}
</style>