Shades of Radical Red #F03D6E
Tints of Radical Red #F03D6E
RGB
CMYK
RGB Variations
Color information
#F03D6E (or 0xF03D6E) is known color: Radical Red. HEX triplet: F0, 3D and 6E. RGB value is (240,61,110). Sum of RGB (Red+Green+Blue) = 240+61+110=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D6E is #0FC291. Grayscale: #787878. Windows color (decimal): -1032850 or 7224816. OLE color: 7224816.
HSL color Cylindrical-coordinate representation of color #F03D6E: hue angle of 343.58º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03D6E is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 110 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.06 |
| HSL | 343.58º | 0.86% | 0.59% | - |
| HSV(B) | 343.58º | 0.75% | 0.94% | - |
| XYZ | 40.42 | 22.99 | 17.06 | - |
| YUV | 120.11 | 122.3 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 110 | 0 | 0.75 | 0.54 | 0.06 | 343.58 | 0.86 | 0.59 |
| Hex | F0 | 3D | 6E | 0 | 4B | 36 | 6 | 158 | 56 | 3B |
| Octal | 360 | 75 | 156 | 0 | 113 | 66 | 6 | 530 | 126 | 73 |
| Binary | 11110000 | 111101 | 1101110 | 0 | 1001011 | 110110 | 110 | 101011000 | 1010110 | 111011 |
Color Harmonies of #F03D6E
Complementary color
Monochromatic Colors of #F03D6E
Black with #F03D6E
Text Example
Text Example
White with #F03D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D6E; }
p { color: rgb(240,61,110); }
H1.HeaderClassName
{
color: #F03D6E;
}
.AnyTagClassName
{
color: #F03D6E;
}
</style>
background-color css
<style>
a { background-color: #F03D6E; }
a { background-color: rgb(240,61,110); }
div.DivClassName
{
background-color: #F03D6E;
}
.BgClassName
{
background-color: #F03D6E;
}
</style>
border-color css
<style>
span { border-color: #F03D6E; }
span { border-color: rgb(240,61,110); }
td.TdClassName
{
border-color: #F03D6E;
}
.TagClassName
{
border-color: #F03D6E;
}
</style>