Shades of Radical Red #F03A62
Tints of Radical Red #F03A62
RGB
CMYK
RGB Variations
Color information
#F03A62 (or 0xF03A62) is known color: Radical Red. HEX triplet: F0, 3A and 62. RGB value is (240,58,98). Sum of RGB (Red+Green+Blue) = 240+58+98=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03A62 is #0FC59D. Grayscale: #757575. Windows color (decimal): -1033630 or 6437616. OLE color: 6437616.
HSL color Cylindrical-coordinate representation of color #F03A62: hue angle of 346.81º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03A62 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 98 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.06 |
| HSL | 346.81º | 0.86% | 0.58% | - |
| HSV(B) | 346.81º | 0.76% | 0.94% | - |
| XYZ | 39.65 | 22.43 | 13.8 | - |
| YUV | 116.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 98 | 0 | 0.76 | 0.59 | 0.06 | 346.81 | 0.86 | 0.58 |
| Hex | F0 | 3A | 62 | 0 | 4C | 3B | 6 | 15B | 56 | 3A |
| Octal | 360 | 72 | 142 | 0 | 114 | 73 | 6 | 533 | 126 | 72 |
| Binary | 11110000 | 111010 | 1100010 | 0 | 1001100 | 111011 | 110 | 101011011 | 1010110 | 111010 |
Color Harmonies of #F03A62
Complementary color
Monochromatic Colors of #F03A62
Black with #F03A62
Text Example
Text Example
White with #F03A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A62; }
p { color: rgb(240,58,98); }
H1.HeaderClassName
{
color: #F03A62;
}
.AnyTagClassName
{
color: #F03A62;
}
</style>
background-color css
<style>
a { background-color: #F03A62; }
a { background-color: rgb(240,58,98); }
div.DivClassName
{
background-color: #F03A62;
}
.BgClassName
{
background-color: #F03A62;
}
</style>
border-color css
<style>
span { border-color: #F03A62; }
span { border-color: rgb(240,58,98); }
td.TdClassName
{
border-color: #F03A62;
}
.TagClassName
{
border-color: #F03A62;
}
</style>