Shades of Radical Red #F83752
Tints of Radical Red #F83752
RGB
CMYK
RGB Variations
Color information
#F83752 (or 0xF83752) is known color: Radical Red. HEX triplet: F8, 37 and 52. RGB value is (248,55,82). Sum of RGB (Red+Green+Blue) = 248+55+82=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F83752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83752 is #07C8AD. Grayscale: #737373. Windows color (decimal): -510126 or 5388280. OLE color: 5388280.
HSL color Cylindrical-coordinate representation of color #F83752: hue angle of 351.61º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F83752 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 82 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.03 |
| HSL | 351.61º | 0.93% | 0.59% | - |
| HSV(B) | 351.61º | 0.78% | 0.97% | - |
| XYZ | 41.6 | 23.3 | 10.29 | - |
| YUV | 115.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 82 | 0 | 0.78 | 0.67 | 0.03 | 351.61 | 0.93 | 0.59 |
| Hex | F8 | 37 | 52 | 0 | 4E | 43 | 3 | 160 | 5D | 3B |
| Octal | 370 | 67 | 122 | 0 | 116 | 103 | 3 | 540 | 135 | 73 |
| Binary | 11111000 | 110111 | 1010010 | 0 | 1001110 | 1000011 | 11 | 101100000 | 1011101 | 111011 |
Color Harmonies of #F83752
Complementary color
Monochromatic Colors of #F83752
Black with #F83752
Text Example
Text Example
White with #F83752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83752; }
p { color: rgb(248,55,82); }
H1.HeaderClassName
{
color: #F83752;
}
.AnyTagClassName
{
color: #F83752;
}
</style>
background-color css
<style>
a { background-color: #F83752; }
a { background-color: rgb(248,55,82); }
div.DivClassName
{
background-color: #F83752;
}
.BgClassName
{
background-color: #F83752;
}
</style>
border-color css
<style>
span { border-color: #F83752; }
span { border-color: rgb(248,55,82); }
td.TdClassName
{
border-color: #F83752;
}
.TagClassName
{
border-color: #F83752;
}
</style>