Shades of Radical Red #F83253
Tints of Radical Red #F83253
RGB
CMYK
RGB Variations
Color information
#F83253 (or 0xF83253) is known color: Radical Red. HEX triplet: F8, 32 and 53. RGB value is (248,50,83). Sum of RGB (Red+Green+Blue) = 248+50+83=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F83253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83253 is #07CDAC. Grayscale: #717171. Windows color (decimal): -511405 or 5452536. OLE color: 5452536.
HSL color Cylindrical-coordinate representation of color #F83253: hue angle of 350º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83253 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 83 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.03 |
| HSL | 350º | 0.93% | 0.58% | - |
| HSV(B) | 350º | 0.8% | 0.97% | - |
| XYZ | 41.41 | 22.86 | 10.41 | - |
| YUV | 112.96 | 111.1 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 83 | 0 | 0.80 | 0.67 | 0.03 | 350 | 0.93 | 0.58 |
| Hex | F8 | 32 | 53 | 0 | 50 | 43 | 3 | 15E | 5D | 3A |
| Octal | 370 | 62 | 123 | 0 | 120 | 103 | 3 | 536 | 135 | 72 |
| Binary | 11111000 | 110010 | 1010011 | 0 | 1010000 | 1000011 | 11 | 101011110 | 1011101 | 111010 |
Color Harmonies of #F83253
Complementary color
Monochromatic Colors of #F83253
Black with #F83253
Text Example
Text Example
White with #F83253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83253; }
p { color: rgb(248,50,83); }
H1.HeaderClassName
{
color: #F83253;
}
.AnyTagClassName
{
color: #F83253;
}
</style>
background-color css
<style>
a { background-color: #F83253; }
a { background-color: rgb(248,50,83); }
div.DivClassName
{
background-color: #F83253;
}
.BgClassName
{
background-color: #F83253;
}
</style>
border-color css
<style>
span { border-color: #F83253; }
span { border-color: rgb(248,50,83); }
td.TdClassName
{
border-color: #F83253;
}
.TagClassName
{
border-color: #F83253;
}
</style>