Shades of Radical Red #F03C5D
Tints of Radical Red #F03C5D
RGB
CMYK
RGB Variations
Color information
#F03C5D (or 0xF03C5D) is known color: Radical Red. HEX triplet: F0, 3C and 5D. RGB value is (240,60,93). Sum of RGB (Red+Green+Blue) = 240+60+93=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C5D is #0FC3A2. Grayscale: #757575. Windows color (decimal): -1033123 or 6110448. OLE color: 6110448.
HSL color Cylindrical-coordinate representation of color #F03C5D: hue angle of 349º 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 #F03C5D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 93 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.06 |
| HSL | 349º | 0.86% | 0.59% | - |
| HSV(B) | 349º | 0.75% | 0.94% | - |
| XYZ | 39.53 | 22.55 | 12.62 | - |
| YUV | 117.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 93 | 0 | 0.75 | 0.61 | 0.06 | 349 | 0.86 | 0.59 |
| Hex | F0 | 3C | 5D | 0 | 4B | 3D | 6 | 15D | 56 | 3B |
| Octal | 360 | 74 | 135 | 0 | 113 | 75 | 6 | 535 | 126 | 73 |
| Binary | 11110000 | 111100 | 1011101 | 0 | 1001011 | 111101 | 110 | 101011101 | 1010110 | 111011 |
Color Harmonies of #F03C5D
Complementary color
Monochromatic Colors of #F03C5D
Black with #F03C5D
Text Example
Text Example
White with #F03C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C5D; }
p { color: rgb(240,60,93); }
H1.HeaderClassName
{
color: #F03C5D;
}
.AnyTagClassName
{
color: #F03C5D;
}
</style>
background-color css
<style>
a { background-color: #F03C5D; }
a { background-color: rgb(240,60,93); }
div.DivClassName
{
background-color: #F03C5D;
}
.BgClassName
{
background-color: #F03C5D;
}
</style>
border-color css
<style>
span { border-color: #F03C5D; }
span { border-color: rgb(240,60,93); }
td.TdClassName
{
border-color: #F03C5D;
}
.TagClassName
{
border-color: #F03C5D;
}
</style>