Shades of Radical Red #F83A57
Tints of Radical Red #F83A57
RGB
CMYK
RGB Variations
Color information
#F83A57 (or 0xF83A57) is known color: Radical Red. HEX triplet: F8, 3A and 57. RGB value is (248,58,87). Sum of RGB (Red+Green+Blue) = 248+58+87=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83A57 is #07C5A8. Grayscale: #767676. Windows color (decimal): -509353 or 5716728. OLE color: 5716728.
HSL color Cylindrical-coordinate representation of color #F83A57: hue angle of 350.84º 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 #F83A57 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 87 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.03 |
| HSL | 350.84º | 0.93% | 0.6% | - |
| HSV(B) | 350.84º | 0.77% | 0.97% | - |
| XYZ | 41.94 | 23.67 | 11.37 | - |
| YUV | 118.12 | 110.45 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 87 | 0 | 0.77 | 0.65 | 0.03 | 350.84 | 0.93 | 0.6 |
| Hex | F8 | 3A | 57 | 0 | 4D | 41 | 3 | 15F | 5D | 3C |
| Octal | 370 | 72 | 127 | 0 | 115 | 101 | 3 | 537 | 135 | 74 |
| Binary | 11111000 | 111010 | 1010111 | 0 | 1001101 | 1000001 | 11 | 101011111 | 1011101 | 111100 |
Color Harmonies of #F83A57
Complementary color
Monochromatic Colors of #F83A57
Black with #F83A57
Text Example
Text Example
White with #F83A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A57; }
p { color: rgb(248,58,87); }
H1.HeaderClassName
{
color: #F83A57;
}
.AnyTagClassName
{
color: #F83A57;
}
</style>
background-color css
<style>
a { background-color: #F83A57; }
a { background-color: rgb(248,58,87); }
div.DivClassName
{
background-color: #F83A57;
}
.BgClassName
{
background-color: #F83A57;
}
</style>
border-color css
<style>
span { border-color: #F83A57; }
span { border-color: rgb(248,58,87); }
td.TdClassName
{
border-color: #F83A57;
}
.TagClassName
{
border-color: #F83A57;
}
</style>