Shades of Radical Red #F04560
Tints of Radical Red #F04560
RGB
CMYK
RGB Variations
Color information
#F04560 (or 0xF04560) is known color: Radical Red. HEX triplet: F0, 45 and 60. RGB value is (240,69,96). Sum of RGB (Red+Green+Blue) = 240+69+96=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F04560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04560 is #0FBA9F. Grayscale: #7B7B7B. Windows color (decimal): -1030816 or 6309360. OLE color: 6309360.
HSL color Cylindrical-coordinate representation of color #F04560: hue angle of 350.53º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04560 is Cyan = 0, Magento = 0.71, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 96 | - |
| CMYK | 0 | 0.71 | 0.6 | 0.06 |
| HSL | 350.53º | 0.85% | 0.61% | - |
| HSV(B) | 350.53º | 0.71% | 0.94% | - |
| XYZ | 40.17 | 23.63 | 13.51 | - |
| YUV | 123.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 96 | 0 | 0.71 | 0.6 | 0.06 | 350.53 | 0.85 | 0.61 |
| Hex | F0 | 45 | 60 | 0 | 47 | 3C | 6 | 15F | 55 | 3D |
| Octal | 360 | 105 | 140 | 0 | 107 | 74 | 6 | 537 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1100000 | 0 | 1000111 | 111100 | 110 | 101011111 | 1010101 | 111101 |
Color Harmonies of #F04560
Complementary color
Monochromatic Colors of #F04560
Black with #F04560
Text Example
Text Example
White with #F04560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04560; }
p { color: rgb(240,69,96); }
H1.HeaderClassName
{
color: #F04560;
}
.AnyTagClassName
{
color: #F04560;
}
</style>
background-color css
<style>
a { background-color: #F04560; }
a { background-color: rgb(240,69,96); }
div.DivClassName
{
background-color: #F04560;
}
.BgClassName
{
background-color: #F04560;
}
</style>
border-color css
<style>
span { border-color: #F04560; }
span { border-color: rgb(240,69,96); }
td.TdClassName
{
border-color: #F04560;
}
.TagClassName
{
border-color: #F04560;
}
</style>