Shades of Radical Red #F04656
Tints of Radical Red #F04656
RGB
CMYK
RGB Variations
Color information
#F04656 (or 0xF04656) is known color: Radical Red. HEX triplet: F0, 46 and 56. RGB value is (240,70,86). Sum of RGB (Red+Green+Blue) = 240+70+86=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F04656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04656 is #0FB9A9. Grayscale: #7A7A7A. Windows color (decimal): -1030570 or 5654256. OLE color: 5654256.
HSL color Cylindrical-coordinate representation of color #F04656: hue angle of 354.35º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04656 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 86 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.06 |
| HSL | 354.35º | 0.85% | 0.61% | - |
| HSV(B) | 354.35º | 0.71% | 0.94% | - |
| XYZ | 39.81 | 23.58 | 11.26 | - |
| YUV | 122.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 86 | 0 | 0.71 | 0.64 | 0.06 | 354.35 | 0.85 | 0.61 |
| Hex | F0 | 46 | 56 | 0 | 47 | 40 | 6 | 162 | 55 | 3D |
| Octal | 360 | 106 | 126 | 0 | 107 | 100 | 6 | 542 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1010110 | 0 | 1000111 | 1000000 | 110 | 101100010 | 1010101 | 111101 |
Color Harmonies of #F04656
Complementary color
Monochromatic Colors of #F04656
Black with #F04656
Text Example
Text Example
White with #F04656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04656; }
p { color: rgb(240,70,86); }
H1.HeaderClassName
{
color: #F04656;
}
.AnyTagClassName
{
color: #F04656;
}
</style>
background-color css
<style>
a { background-color: #F04656; }
a { background-color: rgb(240,70,86); }
div.DivClassName
{
background-color: #F04656;
}
.BgClassName
{
background-color: #F04656;
}
</style>
border-color css
<style>
span { border-color: #F04656; }
span { border-color: rgb(240,70,86); }
td.TdClassName
{
border-color: #F04656;
}
.TagClassName
{
border-color: #F04656;
}
</style>