Shades of Radical Red #F03E6F
Tints of Radical Red #F03E6F
RGB
CMYK
RGB Variations
Color information
#F03E6F (or 0xF03E6F) is known color: Radical Red. HEX triplet: F0, 3E and 6F. RGB value is (240,62,111). Sum of RGB (Red+Green+Blue) = 240+62+111=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03E6F is #0FC190. Grayscale: #787878. Windows color (decimal): -1032593 or 7290608. OLE color: 7290608.
HSL color Cylindrical-coordinate representation of color #F03E6F: hue angle of 343.48º 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 #F03E6F is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 111 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.06 |
| HSL | 343.48º | 0.86% | 0.59% | - |
| HSV(B) | 343.48º | 0.74% | 0.94% | - |
| XYZ | 40.53 | 23.12 | 17.37 | - |
| YUV | 120.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 111 | 0 | 0.74 | 0.54 | 0.06 | 343.48 | 0.86 | 0.59 |
| Hex | F0 | 3E | 6F | 0 | 4A | 36 | 6 | 157 | 56 | 3B |
| Octal | 360 | 76 | 157 | 0 | 112 | 66 | 6 | 527 | 126 | 73 |
| Binary | 11110000 | 111110 | 1101111 | 0 | 1001010 | 110110 | 110 | 101010111 | 1010110 | 111011 |
Color Harmonies of #F03E6F
Complementary color
Monochromatic Colors of #F03E6F
Black with #F03E6F
Text Example
Text Example
White with #F03E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03E6F; }
p { color: rgb(240,62,111); }
H1.HeaderClassName
{
color: #F03E6F;
}
.AnyTagClassName
{
color: #F03E6F;
}
</style>
background-color css
<style>
a { background-color: #F03E6F; }
a { background-color: rgb(240,62,111); }
div.DivClassName
{
background-color: #F03E6F;
}
.BgClassName
{
background-color: #F03E6F;
}
</style>
border-color css
<style>
span { border-color: #F03E6F; }
span { border-color: rgb(240,62,111); }
td.TdClassName
{
border-color: #F03E6F;
}
.TagClassName
{
border-color: #F03E6F;
}
</style>