Shades of Radical Red #F83353
Tints of Radical Red #F83353
RGB
CMYK
RGB Variations
Color information
#F83353 (or 0xF83353) is known color: Radical Red. HEX triplet: F8, 33 and 53. RGB value is (248,51,83). Sum of RGB (Red+Green+Blue) = 248+51+83=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F83353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83353 is #07CCAC. Grayscale: #717171. Windows color (decimal): -511149 or 5452792. OLE color: 5452792.
HSL color Cylindrical-coordinate representation of color #F83353: hue angle of 350.25º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83353 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 83 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.03 |
| HSL | 350.25º | 0.93% | 0.59% | - |
| HSV(B) | 350.25º | 0.79% | 0.97% | - |
| XYZ | 41.46 | 22.95 | 10.43 | - |
| YUV | 113.55 | 110.77 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 83 | 0 | 0.79 | 0.67 | 0.03 | 350.25 | 0.93 | 0.59 |
| Hex | F8 | 33 | 53 | 0 | 4F | 43 | 3 | 15E | 5D | 3B |
| Octal | 370 | 63 | 123 | 0 | 117 | 103 | 3 | 536 | 135 | 73 |
| Binary | 11111000 | 110011 | 1010011 | 0 | 1001111 | 1000011 | 11 | 101011110 | 1011101 | 111011 |
Color Harmonies of #F83353
Complementary color
Monochromatic Colors of #F83353
Black with #F83353
Text Example
Text Example
White with #F83353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83353; }
p { color: rgb(248,51,83); }
H1.HeaderClassName
{
color: #F83353;
}
.AnyTagClassName
{
color: #F83353;
}
</style>
background-color css
<style>
a { background-color: #F83353; }
a { background-color: rgb(248,51,83); }
div.DivClassName
{
background-color: #F83353;
}
.BgClassName
{
background-color: #F83353;
}
</style>
border-color css
<style>
span { border-color: #F83353; }
span { border-color: rgb(248,51,83); }
td.TdClassName
{
border-color: #F83353;
}
.TagClassName
{
border-color: #F83353;
}
</style>