Shades of Radical Red #F03C5B
Tints of Radical Red #F03C5B
RGB
CMYK
RGB Variations
Color information
#F03C5B (or 0xF03C5B) is known color: Radical Red. HEX triplet: F0, 3C and 5B. RGB value is (240,60,91). Sum of RGB (Red+Green+Blue) = 240+60+91=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C5B is #0FC3A4. Grayscale: #757575. Windows color (decimal): -1033125 or 5979376. OLE color: 5979376.
HSL color Cylindrical-coordinate representation of color #F03C5B: hue angle of 349.67º 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 #F03C5B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 91 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.06 |
| HSL | 349.67º | 0.86% | 0.59% | - |
| HSV(B) | 349.67º | 0.75% | 0.94% | - |
| XYZ | 39.44 | 22.51 | 12.16 | - |
| YUV | 117.35 | 113.13 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 91 | 0 | 0.75 | 0.62 | 0.06 | 349.67 | 0.86 | 0.59 |
| Hex | F0 | 3C | 5B | 0 | 4B | 3E | 6 | 15E | 56 | 3B |
| Octal | 360 | 74 | 133 | 0 | 113 | 76 | 6 | 536 | 126 | 73 |
| Binary | 11110000 | 111100 | 1011011 | 0 | 1001011 | 111110 | 110 | 101011110 | 1010110 | 111011 |
Color Harmonies of #F03C5B
Complementary color
Monochromatic Colors of #F03C5B
Black with #F03C5B
Text Example
Text Example
White with #F03C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C5B; }
p { color: rgb(240,60,91); }
H1.HeaderClassName
{
color: #F03C5B;
}
.AnyTagClassName
{
color: #F03C5B;
}
</style>
background-color css
<style>
a { background-color: #F03C5B; }
a { background-color: rgb(240,60,91); }
div.DivClassName
{
background-color: #F03C5B;
}
.BgClassName
{
background-color: #F03C5B;
}
</style>
border-color css
<style>
span { border-color: #F03C5B; }
span { border-color: rgb(240,60,91); }
td.TdClassName
{
border-color: #F03C5B;
}
.TagClassName
{
border-color: #F03C5B;
}
</style>