Shades of Radical Red #F83A72
Tints of Radical Red #F83A72
RGB
CMYK
RGB Variations
Color information
#F83A72 (or 0xF83A72) is known color: Radical Red. HEX triplet: F8, 3A and 72. RGB value is (248,58,114). Sum of RGB (Red+Green+Blue) = 248+58+114=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83A72 is #07C58D. Grayscale: #797979. Windows color (decimal): -509326 or 7486200. OLE color: 7486200.
HSL color Cylindrical-coordinate representation of color #F83A72: hue angle of 342.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83A72 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 114 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.03 |
| HSL | 342.32º | 0.93% | 0.6% | - |
| HSV(B) | 342.32º | 0.77% | 0.97% | - |
| XYZ | 43.26 | 24.2 | 18.31 | - |
| YUV | 121.19 | 123.95 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 114 | 0 | 0.77 | 0.54 | 0.03 | 342.32 | 0.93 | 0.6 |
| Hex | F8 | 3A | 72 | 0 | 4D | 36 | 3 | 156 | 5D | 3C |
| Octal | 370 | 72 | 162 | 0 | 115 | 66 | 3 | 526 | 135 | 74 |
| Binary | 11111000 | 111010 | 1110010 | 0 | 1001101 | 110110 | 11 | 101010110 | 1011101 | 111100 |
Color Harmonies of #F83A72
Complementary color
Monochromatic Colors of #F83A72
Black with #F83A72
Text Example
Text Example
White with #F83A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A72; }
p { color: rgb(248,58,114); }
H1.HeaderClassName
{
color: #F83A72;
}
.AnyTagClassName
{
color: #F83A72;
}
</style>
background-color css
<style>
a { background-color: #F83A72; }
a { background-color: rgb(248,58,114); }
div.DivClassName
{
background-color: #F83A72;
}
.BgClassName
{
background-color: #F83A72;
}
</style>
border-color css
<style>
span { border-color: #F83A72; }
span { border-color: rgb(248,58,114); }
td.TdClassName
{
border-color: #F83A72;
}
.TagClassName
{
border-color: #F83A72;
}
</style>