Shades of Radical Red #F04151
Tints of Radical Red #F04151
RGB
CMYK
RGB Variations
Color information
#F04151 (or 0xF04151) is known color: Radical Red. HEX triplet: F0, 41 and 51. RGB value is (240,65,81). Sum of RGB (Red+Green+Blue) = 240+65+81=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F04151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04151 is #0FBEAE. Grayscale: #777777. Windows color (decimal): -1031855 or 5325296. OLE color: 5325296.
HSL color Cylindrical-coordinate representation of color #F04151: hue angle of 354.51º 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 #F04151 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 81 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.06 |
| HSL | 354.51º | 0.85% | 0.6% | - |
| HSV(B) | 354.51º | 0.73% | 0.94% | - |
| XYZ | 39.31 | 22.9 | 10.13 | - |
| YUV | 119.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 81 | 0 | 0.73 | 0.66 | 0.06 | 354.51 | 0.85 | 0.6 |
| Hex | F0 | 41 | 51 | 0 | 49 | 42 | 6 | 163 | 55 | 3C |
| Octal | 360 | 101 | 121 | 0 | 111 | 102 | 6 | 543 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1010001 | 0 | 1001001 | 1000010 | 110 | 101100011 | 1010101 | 111100 |
Color Harmonies of #F04151
Complementary color
Monochromatic Colors of #F04151
Black with #F04151
Text Example
Text Example
White with #F04151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04151; }
p { color: rgb(240,65,81); }
H1.HeaderClassName
{
color: #F04151;
}
.AnyTagClassName
{
color: #F04151;
}
</style>
background-color css
<style>
a { background-color: #F04151; }
a { background-color: rgb(240,65,81); }
div.DivClassName
{
background-color: #F04151;
}
.BgClassName
{
background-color: #F04151;
}
</style>
border-color css
<style>
span { border-color: #F04151; }
span { border-color: rgb(240,65,81); }
td.TdClassName
{
border-color: #F04151;
}
.TagClassName
{
border-color: #F04151;
}
</style>