Shades of Radical Red #F04856
Tints of Radical Red #F04856
RGB
CMYK
RGB Variations
Color information
#F04856 (or 0xF04856) is known color: Radical Red. HEX triplet: F0, 48 and 56. RGB value is (240,72,86). Sum of RGB (Red+Green+Blue) = 240+72+86=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F04856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04856 is #0FB7A9. Grayscale: #7B7B7B. Windows color (decimal): -1030058 or 5654768. OLE color: 5654768.
HSL color Cylindrical-coordinate representation of color #F04856: hue angle of 355º 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 #F04856 is Cyan = 0, Magento = 0.7, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 86 | - |
| CMYK | 0 | 0.7 | 0.64 | 0.06 |
| HSL | 355º | 0.85% | 0.61% | - |
| HSV(B) | 355º | 0.7% | 0.94% | - |
| XYZ | 39.93 | 23.83 | 11.3 | - |
| YUV | 123.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 86 | 0 | 0.7 | 0.64 | 0.06 | 355 | 0.85 | 0.61 |
| Hex | F0 | 48 | 56 | 0 | 46 | 40 | 6 | 163 | 55 | 3D |
| Octal | 360 | 110 | 126 | 0 | 106 | 100 | 6 | 543 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1010110 | 0 | 1000110 | 1000000 | 110 | 101100011 | 1010101 | 111101 |
Color Harmonies of #F04856
Complementary color
Monochromatic Colors of #F04856
Black with #F04856
Text Example
Text Example
White with #F04856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04856; }
p { color: rgb(240,72,86); }
H1.HeaderClassName
{
color: #F04856;
}
.AnyTagClassName
{
color: #F04856;
}
</style>
background-color css
<style>
a { background-color: #F04856; }
a { background-color: rgb(240,72,86); }
div.DivClassName
{
background-color: #F04856;
}
.BgClassName
{
background-color: #F04856;
}
</style>
border-color css
<style>
span { border-color: #F04856; }
span { border-color: rgb(240,72,86); }
td.TdClassName
{
border-color: #F04856;
}
.TagClassName
{
border-color: #F04856;
}
</style>