Shades of Radical Red #F04756
Tints of Radical Red #F04756
RGB
CMYK
RGB Variations
Color information
#F04756 (or 0xF04756) is known color: Radical Red. HEX triplet: F0, 47 and 56. RGB value is (240,71,86). Sum of RGB (Red+Green+Blue) = 240+71+86=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F04756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04756 is #0FB8A9. Grayscale: #7B7B7B. Windows color (decimal): -1030314 or 5654512. OLE color: 5654512.
HSL color Cylindrical-coordinate representation of color #F04756: hue angle of 354.67º 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 #F04756 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 86 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.06 |
| HSL | 354.67º | 0.85% | 0.61% | - |
| HSV(B) | 354.67º | 0.7% | 0.94% | - |
| XYZ | 39.87 | 23.7 | 11.28 | - |
| YUV | 123.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 86 | 0 | 0.70 | 0.64 | 0.06 | 354.67 | 0.85 | 0.61 |
| Hex | F0 | 47 | 56 | 0 | 46 | 40 | 6 | 163 | 55 | 3D |
| Octal | 360 | 107 | 126 | 0 | 106 | 100 | 6 | 543 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1010110 | 0 | 1000110 | 1000000 | 110 | 101100011 | 1010101 | 111101 |
Color Harmonies of #F04756
Complementary color
Monochromatic Colors of #F04756
Black with #F04756
Text Example
Text Example
White with #F04756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04756; }
p { color: rgb(240,71,86); }
H1.HeaderClassName
{
color: #F04756;
}
.AnyTagClassName
{
color: #F04756;
}
</style>
background-color css
<style>
a { background-color: #F04756; }
a { background-color: rgb(240,71,86); }
div.DivClassName
{
background-color: #F04756;
}
.BgClassName
{
background-color: #F04756;
}
</style>
border-color css
<style>
span { border-color: #F04756; }
span { border-color: rgb(240,71,86); }
td.TdClassName
{
border-color: #F04756;
}
.TagClassName
{
border-color: #F04756;
}
</style>