Shades of Radical Red #F04750
Tints of Radical Red #F04750
RGB
CMYK
RGB Variations
Color information
#F04750 (or 0xF04750) is known color: Radical Red. HEX triplet: F0, 47 and 50. RGB value is (240,71,80). Sum of RGB (Red+Green+Blue) = 240+71+80=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F04750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04750 is #0FB8AF. Grayscale: #7A7A7A. Windows color (decimal): -1030320 or 5261296. OLE color: 5261296.
HSL color Cylindrical-coordinate representation of color #F04750: hue angle of 356.8º 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 #F04750 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 80 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.06 |
| HSL | 356.8º | 0.85% | 0.61% | - |
| HSV(B) | 356.8º | 0.7% | 0.94% | - |
| XYZ | 39.64 | 23.61 | 10.06 | - |
| YUV | 122.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 80 | 0 | 0.70 | 0.67 | 0.06 | 356.8 | 0.85 | 0.61 |
| Hex | F0 | 47 | 50 | 0 | 46 | 43 | 6 | 165 | 55 | 3D |
| Octal | 360 | 107 | 120 | 0 | 106 | 103 | 6 | 545 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1010000 | 0 | 1000110 | 1000011 | 110 | 101100101 | 1010101 | 111101 |
Color Harmonies of #F04750
Complementary color
Monochromatic Colors of #F04750
Black with #F04750
Text Example
Text Example
White with #F04750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04750; }
p { color: rgb(240,71,80); }
H1.HeaderClassName
{
color: #F04750;
}
.AnyTagClassName
{
color: #F04750;
}
</style>
background-color css
<style>
a { background-color: #F04750; }
a { background-color: rgb(240,71,80); }
div.DivClassName
{
background-color: #F04750;
}
.BgClassName
{
background-color: #F04750;
}
</style>
border-color css
<style>
span { border-color: #F04750; }
span { border-color: rgb(240,71,80); }
td.TdClassName
{
border-color: #F04750;
}
.TagClassName
{
border-color: #F04750;
}
</style>