Shades of Radical Red #F83D59
Tints of Radical Red #F83D59
RGB
CMYK
RGB Variations
Color information
#F83D59 (or 0xF83D59) is known color: Radical Red. HEX triplet: F8, 3D and 59. RGB value is (248,61,89). Sum of RGB (Red+Green+Blue) = 248+61+89=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83D59 is #07C2A6. Grayscale: #787878. Windows color (decimal): -508583 or 5848568. OLE color: 5848568.
HSL color Cylindrical-coordinate representation of color #F83D59: hue angle of 351.02º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83D59 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 89 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.03 |
| HSL | 351.02º | 0.93% | 0.61% | - |
| HSV(B) | 351.02º | 0.75% | 0.97% | - |
| XYZ | 42.18 | 24.02 | 11.86 | - |
| YUV | 120.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 89 | 0 | 0.75 | 0.64 | 0.03 | 351.02 | 0.93 | 0.61 |
| Hex | F8 | 3D | 59 | 0 | 4B | 40 | 3 | 15F | 5D | 3D |
| Octal | 370 | 75 | 131 | 0 | 113 | 100 | 3 | 537 | 135 | 75 |
| Binary | 11111000 | 111101 | 1011001 | 0 | 1001011 | 1000000 | 11 | 101011111 | 1011101 | 111101 |
Color Harmonies of #F83D59
Complementary color
Monochromatic Colors of #F83D59
Black with #F83D59
Text Example
Text Example
White with #F83D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D59; }
p { color: rgb(248,61,89); }
H1.HeaderClassName
{
color: #F83D59;
}
.AnyTagClassName
{
color: #F83D59;
}
</style>
background-color css
<style>
a { background-color: #F83D59; }
a { background-color: rgb(248,61,89); }
div.DivClassName
{
background-color: #F83D59;
}
.BgClassName
{
background-color: #F83D59;
}
</style>
border-color css
<style>
span { border-color: #F83D59; }
span { border-color: rgb(248,61,89); }
td.TdClassName
{
border-color: #F83D59;
}
.TagClassName
{
border-color: #F83D59;
}
</style>