Shades of Radical Red #F03756
Tints of Radical Red #F03756
RGB
CMYK
RGB Variations
Color information
#F03756 (or 0xF03756) is known color: Radical Red. HEX triplet: F0, 37 and 56. RGB value is (240,55,86). Sum of RGB (Red+Green+Blue) = 240+55+86=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F03756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03756 is #0FC8A9. Grayscale: #717171. Windows color (decimal): -1034410 or 5650416. OLE color: 5650416.
HSL color Cylindrical-coordinate representation of color #F03756: hue angle of 349.95º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03756 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 86 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.06 |
| HSL | 349.95º | 0.86% | 0.58% | - |
| HSV(B) | 349.95º | 0.77% | 0.94% | - |
| XYZ | 38.98 | 21.93 | 10.98 | - |
| YUV | 113.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 86 | 0 | 0.77 | 0.64 | 0.06 | 349.95 | 0.86 | 0.58 |
| Hex | F0 | 37 | 56 | 0 | 4D | 40 | 6 | 15E | 56 | 3A |
| Octal | 360 | 67 | 126 | 0 | 115 | 100 | 6 | 536 | 126 | 72 |
| Binary | 11110000 | 110111 | 1010110 | 0 | 1001101 | 1000000 | 110 | 101011110 | 1010110 | 111010 |
Color Harmonies of #F03756
Complementary color
Monochromatic Colors of #F03756
Black with #F03756
Text Example
Text Example
White with #F03756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03756; }
p { color: rgb(240,55,86); }
H1.HeaderClassName
{
color: #F03756;
}
.AnyTagClassName
{
color: #F03756;
}
</style>
background-color css
<style>
a { background-color: #F03756; }
a { background-color: rgb(240,55,86); }
div.DivClassName
{
background-color: #F03756;
}
.BgClassName
{
background-color: #F03756;
}
</style>
border-color css
<style>
span { border-color: #F03756; }
span { border-color: rgb(240,55,86); }
td.TdClassName
{
border-color: #F03756;
}
.TagClassName
{
border-color: #F03756;
}
</style>