Shades of Radical Red #F03C57
Tints of Radical Red #F03C57
RGB
CMYK
RGB Variations
Color information
#F03C57 (or 0xF03C57) is known color: Radical Red. HEX triplet: F0, 3C and 57. RGB value is (240,60,87). Sum of RGB (Red+Green+Blue) = 240+60+87=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C57 is #0FC3A8. Grayscale: #747474. Windows color (decimal): -1033129 or 5717232. OLE color: 5717232.
HSL color Cylindrical-coordinate representation of color #F03C57: hue angle of 351º 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 #F03C57 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 87 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.06 |
| HSL | 351º | 0.86% | 0.59% | - |
| HSV(B) | 351º | 0.75% | 0.94% | - |
| XYZ | 39.27 | 22.45 | 11.28 | - |
| YUV | 116.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 87 | 0 | 0.75 | 0.64 | 0.06 | 351 | 0.86 | 0.59 |
| Hex | F0 | 3C | 57 | 0 | 4B | 40 | 6 | 15F | 56 | 3B |
| Octal | 360 | 74 | 127 | 0 | 113 | 100 | 6 | 537 | 126 | 73 |
| Binary | 11110000 | 111100 | 1010111 | 0 | 1001011 | 1000000 | 110 | 101011111 | 1010110 | 111011 |
Color Harmonies of #F03C57
Complementary color
Monochromatic Colors of #F03C57
Black with #F03C57
Text Example
Text Example
White with #F03C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C57; }
p { color: rgb(240,60,87); }
H1.HeaderClassName
{
color: #F03C57;
}
.AnyTagClassName
{
color: #F03C57;
}
</style>
background-color css
<style>
a { background-color: #F03C57; }
a { background-color: rgb(240,60,87); }
div.DivClassName
{
background-color: #F03C57;
}
.BgClassName
{
background-color: #F03C57;
}
</style>
border-color css
<style>
span { border-color: #F03C57; }
span { border-color: rgb(240,60,87); }
td.TdClassName
{
border-color: #F03C57;
}
.TagClassName
{
border-color: #F03C57;
}
</style>