Shades of Radical Red #F04851
Tints of Radical Red #F04851
RGB
CMYK
RGB Variations
Color information
#F04851 (or 0xF04851) is known color: Radical Red. HEX triplet: F0, 48 and 51. RGB value is (240,72,81). Sum of RGB (Red+Green+Blue) = 240+72+81=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F04851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04851 is #0FB7AE. Grayscale: #7B7B7B. Windows color (decimal): -1030063 or 5327088. OLE color: 5327088.
HSL color Cylindrical-coordinate representation of color #F04851: hue angle of 356.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04851 is Cyan = 0, Magento = 0.7, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 81 | - |
| CMYK | 0 | 0.7 | 0.66 | 0.06 |
| HSL | 356.79º | 0.85% | 0.61% | - |
| HSV(B) | 356.79º | 0.7% | 0.94% | - |
| XYZ | 39.74 | 23.75 | 10.28 | - |
| YUV | 123.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 81 | 0 | 0.7 | 0.66 | 0.06 | 356.79 | 0.85 | 0.61 |
| Hex | F0 | 48 | 51 | 0 | 46 | 42 | 6 | 165 | 55 | 3D |
| Octal | 360 | 110 | 121 | 0 | 106 | 102 | 6 | 545 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1010001 | 0 | 1000110 | 1000010 | 110 | 101100101 | 1010101 | 111101 |
Color Harmonies of #F04851
Complementary color
Monochromatic Colors of #F04851
Black with #F04851
Text Example
Text Example
White with #F04851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04851; }
p { color: rgb(240,72,81); }
H1.HeaderClassName
{
color: #F04851;
}
.AnyTagClassName
{
color: #F04851;
}
</style>
background-color css
<style>
a { background-color: #F04851; }
a { background-color: rgb(240,72,81); }
div.DivClassName
{
background-color: #F04851;
}
.BgClassName
{
background-color: #F04851;
}
</style>
border-color css
<style>
span { border-color: #F04851; }
span { border-color: rgb(240,72,81); }
td.TdClassName
{
border-color: #F04851;
}
.TagClassName
{
border-color: #F04851;
}
</style>