Shades of Radical Red #F04159
Tints of Radical Red #F04159
RGB
CMYK
RGB Variations
Color information
#F04159 (or 0xF04159) is known color: Radical Red. HEX triplet: F0, 41 and 59. RGB value is (240,65,89). Sum of RGB (Red+Green+Blue) = 240+65+89=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F04159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04159 is #0FBEA6. Grayscale: #787878. Windows color (decimal): -1031847 or 5849584. OLE color: 5849584.
HSL color Cylindrical-coordinate representation of color #F04159: hue angle of 351.77º 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 #F04159 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 89 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.06 |
| HSL | 351.77º | 0.85% | 0.6% | - |
| HSV(B) | 351.77º | 0.73% | 0.94% | - |
| XYZ | 39.63 | 23.03 | 11.81 | - |
| YUV | 120.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 89 | 0 | 0.73 | 0.63 | 0.06 | 351.77 | 0.85 | 0.6 |
| Hex | F0 | 41 | 59 | 0 | 49 | 3F | 6 | 160 | 55 | 3C |
| Octal | 360 | 101 | 131 | 0 | 111 | 77 | 6 | 540 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1011001 | 0 | 1001001 | 111111 | 110 | 101100000 | 1010101 | 111100 |
Color Harmonies of #F04159
Complementary color
Monochromatic Colors of #F04159
Black with #F04159
Text Example
Text Example
White with #F04159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04159; }
p { color: rgb(240,65,89); }
H1.HeaderClassName
{
color: #F04159;
}
.AnyTagClassName
{
color: #F04159;
}
</style>
background-color css
<style>
a { background-color: #F04159; }
a { background-color: rgb(240,65,89); }
div.DivClassName
{
background-color: #F04159;
}
.BgClassName
{
background-color: #F04159;
}
</style>
border-color css
<style>
span { border-color: #F04159; }
span { border-color: rgb(240,65,89); }
td.TdClassName
{
border-color: #F04159;
}
.TagClassName
{
border-color: #F04159;
}
</style>