Shades of Radical Red #F03C6D
Tints of Radical Red #F03C6D
RGB
CMYK
RGB Variations
Color information
#F03C6D (or 0xF03C6D) is known color: Radical Red. HEX triplet: F0, 3C and 6D. RGB value is (240,60,109). Sum of RGB (Red+Green+Blue) = 240+60+109=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C6D is #0FC392. Grayscale: #777777. Windows color (decimal): -1033107 or 7159024. OLE color: 7159024.
HSL color Cylindrical-coordinate representation of color #F03C6D: hue angle of 343.67º 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 #F03C6D is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 109 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.06 |
| HSL | 343.67º | 0.86% | 0.59% | - |
| HSV(B) | 343.67º | 0.75% | 0.94% | - |
| XYZ | 40.31 | 22.86 | 16.76 | - |
| YUV | 119.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 109 | 0 | 0.75 | 0.55 | 0.06 | 343.67 | 0.86 | 0.59 |
| Hex | F0 | 3C | 6D | 0 | 4B | 37 | 6 | 158 | 56 | 3B |
| Octal | 360 | 74 | 155 | 0 | 113 | 67 | 6 | 530 | 126 | 73 |
| Binary | 11110000 | 111100 | 1101101 | 0 | 1001011 | 110111 | 110 | 101011000 | 1010110 | 111011 |
Color Harmonies of #F03C6D
Complementary color
Monochromatic Colors of #F03C6D
Black with #F03C6D
Text Example
Text Example
White with #F03C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C6D; }
p { color: rgb(240,60,109); }
H1.HeaderClassName
{
color: #F03C6D;
}
.AnyTagClassName
{
color: #F03C6D;
}
</style>
background-color css
<style>
a { background-color: #F03C6D; }
a { background-color: rgb(240,60,109); }
div.DivClassName
{
background-color: #F03C6D;
}
.BgClassName
{
background-color: #F03C6D;
}
</style>
border-color css
<style>
span { border-color: #F03C6D; }
span { border-color: rgb(240,60,109); }
td.TdClassName
{
border-color: #F03C6D;
}
.TagClassName
{
border-color: #F03C6D;
}
</style>