Shades of Radical Red #F04059
Tints of Radical Red #F04059
RGB
CMYK
RGB Variations
Color information
#F04059 (or 0xF04059) is known color: Radical Red. HEX triplet: F0, 40 and 59. RGB value is (240,64,89). Sum of RGB (Red+Green+Blue) = 240+64+89=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F04059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04059 is #0FBFA6. Grayscale: #777777. Windows color (decimal): -1032103 or 5849328. OLE color: 5849328.
HSL color Cylindrical-coordinate representation of color #F04059: hue angle of 351.48º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04059 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 89 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.06 |
| HSL | 351.48º | 0.85% | 0.6% | - |
| HSV(B) | 351.48º | 0.73% | 0.94% | - |
| XYZ | 39.57 | 22.91 | 11.79 | - |
| YUV | 119.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 89 | 0 | 0.73 | 0.63 | 0.06 | 351.48 | 0.85 | 0.6 |
| Hex | F0 | 40 | 59 | 0 | 49 | 3F | 6 | 15F | 55 | 3C |
| Octal | 360 | 100 | 131 | 0 | 111 | 77 | 6 | 537 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1011001 | 0 | 1001001 | 111111 | 110 | 101011111 | 1010101 | 111100 |
Color Harmonies of #F04059
Complementary color
Monochromatic Colors of #F04059
Black with #F04059
Text Example
Text Example
White with #F04059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04059; }
p { color: rgb(240,64,89); }
H1.HeaderClassName
{
color: #F04059;
}
.AnyTagClassName
{
color: #F04059;
}
</style>
background-color css
<style>
a { background-color: #F04059; }
a { background-color: rgb(240,64,89); }
div.DivClassName
{
background-color: #F04059;
}
.BgClassName
{
background-color: #F04059;
}
</style>
border-color css
<style>
span { border-color: #F04059; }
span { border-color: rgb(240,64,89); }
td.TdClassName
{
border-color: #F04059;
}
.TagClassName
{
border-color: #F04059;
}
</style>