Shades of Radical Red #F03162
Tints of Radical Red #F03162
RGB
CMYK
RGB Variations
Color information
#F03162 (or 0xF03162) is known color: Radical Red. HEX triplet: F0, 31 and 62. RGB value is (240,49,98). Sum of RGB (Red+Green+Blue) = 240+49+98=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F03162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03162 is #0FCE9D. Grayscale: #6F6F6F. Windows color (decimal): -1035934 or 6435312. OLE color: 6435312.
HSL color Cylindrical-coordinate representation of color #F03162: hue angle of 344.61º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03162 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 98 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.06 |
| HSL | 344.61º | 0.86% | 0.57% | - |
| HSV(B) | 344.61º | 0.8% | 0.94% | - |
| XYZ | 39.24 | 21.6 | 13.66 | - |
| YUV | 111.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 98 | 0 | 0.80 | 0.59 | 0.06 | 344.61 | 0.86 | 0.57 |
| Hex | F0 | 31 | 62 | 0 | 50 | 3B | 6 | 159 | 56 | 39 |
| Octal | 360 | 61 | 142 | 0 | 120 | 73 | 6 | 531 | 126 | 71 |
| Binary | 11110000 | 110001 | 1100010 | 0 | 1010000 | 111011 | 110 | 101011001 | 1010110 | 111001 |
Color Harmonies of #F03162
Complementary color
Monochromatic Colors of #F03162
Black with #F03162
Text Example
Text Example
White with #F03162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03162; }
p { color: rgb(240,49,98); }
H1.HeaderClassName
{
color: #F03162;
}
.AnyTagClassName
{
color: #F03162;
}
</style>
background-color css
<style>
a { background-color: #F03162; }
a { background-color: rgb(240,49,98); }
div.DivClassName
{
background-color: #F03162;
}
.BgClassName
{
background-color: #F03162;
}
</style>
border-color css
<style>
span { border-color: #F03162; }
span { border-color: rgb(240,49,98); }
td.TdClassName
{
border-color: #F03162;
}
.TagClassName
{
border-color: #F03162;
}
</style>