Shades of Radical Red #F83E5E
Tints of Radical Red #F83E5E
RGB
CMYK
RGB Variations
Color information
#F83E5E (or 0xF83E5E) is known color: Radical Red. HEX triplet: F8, 3E and 5E. RGB value is (248,62,94). Sum of RGB (Red+Green+Blue) = 248+62+94=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F83E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83E5E is #07C1A1. Grayscale: #797979. Windows color (decimal): -508322 or 6176504. OLE color: 6176504.
HSL color Cylindrical-coordinate representation of color #F83E5E: hue angle of 349.68º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83E5E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 62 | 94 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.03 |
| HSL | 349.68º | 0.93% | 0.61% | - |
| HSV(B) | 349.68º | 0.75% | 0.97% | - |
| XYZ | 42.45 | 24.21 | 13.03 | - |
| YUV | 121.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 62 | 94 | 0 | 0.75 | 0.62 | 0.03 | 349.68 | 0.93 | 0.61 |
| Hex | F8 | 3E | 5E | 0 | 4B | 3E | 3 | 15E | 5D | 3D |
| Octal | 370 | 76 | 136 | 0 | 113 | 76 | 3 | 536 | 135 | 75 |
| Binary | 11111000 | 111110 | 1011110 | 0 | 1001011 | 111110 | 11 | 101011110 | 1011101 | 111101 |
Color Harmonies of #F83E5E
Complementary color
Monochromatic Colors of #F83E5E
Black with #F83E5E
Text Example
Text Example
White with #F83E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83E5E; }
p { color: rgb(248,62,94); }
H1.HeaderClassName
{
color: #F83E5E;
}
.AnyTagClassName
{
color: #F83E5E;
}
</style>
background-color css
<style>
a { background-color: #F83E5E; }
a { background-color: rgb(248,62,94); }
div.DivClassName
{
background-color: #F83E5E;
}
.BgClassName
{
background-color: #F83E5E;
}
</style>
border-color css
<style>
span { border-color: #F83E5E; }
span { border-color: rgb(248,62,94); }
td.TdClassName
{
border-color: #F83E5E;
}
.TagClassName
{
border-color: #F83E5E;
}
</style>