Shades of Radical Red #F03564
Tints of Radical Red #F03564
RGB
CMYK
RGB Variations
Color information
#F03564 (or 0xF03564) is known color: Radical Red. HEX triplet: F0, 35 and 64. RGB value is (240,53,100). Sum of RGB (Red+Green+Blue) = 240+53+100=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F03564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03564 is #0FCA9B. Grayscale: #727272. Windows color (decimal): -1034908 or 6567408. OLE color: 6567408.
HSL color Cylindrical-coordinate representation of color #F03564: hue angle of 344.92º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03564 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 100 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.06 |
| HSL | 344.92º | 0.86% | 0.57% | - |
| HSV(B) | 344.92º | 0.78% | 0.94% | - |
| XYZ | 39.51 | 21.99 | 14.22 | - |
| YUV | 114.27 | 119.95 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 100 | 0 | 0.78 | 0.58 | 0.06 | 344.92 | 0.86 | 0.57 |
| Hex | F0 | 35 | 64 | 0 | 4E | 3A | 6 | 159 | 56 | 39 |
| Octal | 360 | 65 | 144 | 0 | 116 | 72 | 6 | 531 | 126 | 71 |
| Binary | 11110000 | 110101 | 1100100 | 0 | 1001110 | 111010 | 110 | 101011001 | 1010110 | 111001 |
Color Harmonies of #F03564
Complementary color
Monochromatic Colors of #F03564
Black with #F03564
Text Example
Text Example
White with #F03564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03564; }
p { color: rgb(240,53,100); }
H1.HeaderClassName
{
color: #F03564;
}
.AnyTagClassName
{
color: #F03564;
}
</style>
background-color css
<style>
a { background-color: #F03564; }
a { background-color: rgb(240,53,100); }
div.DivClassName
{
background-color: #F03564;
}
.BgClassName
{
background-color: #F03564;
}
</style>
border-color css
<style>
span { border-color: #F03564; }
span { border-color: rgb(240,53,100); }
td.TdClassName
{
border-color: #F03564;
}
.TagClassName
{
border-color: #F03564;
}
</style>