Shades of Radical Red #F03C59
Tints of Radical Red #F03C59
RGB
CMYK
RGB Variations
Color information
#F03C59 (or 0xF03C59) is known color: Radical Red. HEX triplet: F0, 3C and 59. RGB value is (240,60,89). Sum of RGB (Red+Green+Blue) = 240+60+89=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C59 is #0FC3A6. Grayscale: #757575. Windows color (decimal): -1033127 or 5848304. OLE color: 5848304.
HSL color Cylindrical-coordinate representation of color #F03C59: hue angle of 350.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03C59 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 89 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.06 |
| HSL | 350.33º | 0.86% | 0.59% | - |
| HSV(B) | 350.33º | 0.75% | 0.94% | - |
| XYZ | 39.35 | 22.48 | 11.72 | - |
| YUV | 117.13 | 112.13 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 89 | 0 | 0.75 | 0.63 | 0.06 | 350.33 | 0.86 | 0.59 |
| Hex | F0 | 3C | 59 | 0 | 4B | 3F | 6 | 15E | 56 | 3B |
| Octal | 360 | 74 | 131 | 0 | 113 | 77 | 6 | 536 | 126 | 73 |
| Binary | 11110000 | 111100 | 1011001 | 0 | 1001011 | 111111 | 110 | 101011110 | 1010110 | 111011 |
Color Harmonies of #F03C59
Complementary color
Monochromatic Colors of #F03C59
Black with #F03C59
Text Example
Text Example
White with #F03C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C59; }
p { color: rgb(240,60,89); }
H1.HeaderClassName
{
color: #F03C59;
}
.AnyTagClassName
{
color: #F03C59;
}
</style>
background-color css
<style>
a { background-color: #F03C59; }
a { background-color: rgb(240,60,89); }
div.DivClassName
{
background-color: #F03C59;
}
.BgClassName
{
background-color: #F03C59;
}
</style>
border-color css
<style>
span { border-color: #F03C59; }
span { border-color: rgb(240,60,89); }
td.TdClassName
{
border-color: #F03C59;
}
.TagClassName
{
border-color: #F03C59;
}
</style>