Shades of Radical Red #F03E5B
Tints of Radical Red #F03E5B
RGB
CMYK
RGB Variations
Color information
#F03E5B (or 0xF03E5B) is known color: Radical Red. HEX triplet: F0, 3E and 5B. RGB value is (240,62,91). Sum of RGB (Red+Green+Blue) = 240+62+91=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03E5B is #0FC1A4. Grayscale: #767676. Windows color (decimal): -1032613 or 5979888. OLE color: 5979888.
HSL color Cylindrical-coordinate representation of color #F03E5B: hue angle of 350.22º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03E5B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 91 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.06 |
| HSL | 350.22º | 0.86% | 0.59% | - |
| HSV(B) | 350.22º | 0.74% | 0.94% | - |
| XYZ | 39.55 | 22.73 | 12.2 | - |
| YUV | 118.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 91 | 0 | 0.74 | 0.62 | 0.06 | 350.22 | 0.86 | 0.59 |
| Hex | F0 | 3E | 5B | 0 | 4A | 3E | 6 | 15E | 56 | 3B |
| Octal | 360 | 76 | 133 | 0 | 112 | 76 | 6 | 536 | 126 | 73 |
| Binary | 11110000 | 111110 | 1011011 | 0 | 1001010 | 111110 | 110 | 101011110 | 1010110 | 111011 |
Color Harmonies of #F03E5B
Complementary color
Monochromatic Colors of #F03E5B
Black with #F03E5B
Text Example
Text Example
White with #F03E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03E5B; }
p { color: rgb(240,62,91); }
H1.HeaderClassName
{
color: #F03E5B;
}
.AnyTagClassName
{
color: #F03E5B;
}
</style>
background-color css
<style>
a { background-color: #F03E5B; }
a { background-color: rgb(240,62,91); }
div.DivClassName
{
background-color: #F03E5B;
}
.BgClassName
{
background-color: #F03E5B;
}
</style>
border-color css
<style>
span { border-color: #F03E5B; }
span { border-color: rgb(240,62,91); }
td.TdClassName
{
border-color: #F03E5B;
}
.TagClassName
{
border-color: #F03E5B;
}
</style>