Shades of Radical Red #F0345E
Tints of Radical Red #F0345E
RGB
CMYK
RGB Variations
Color information
#F0345E (or 0xF0345E) is known color: Radical Red. HEX triplet: F0, 34 and 5E. RGB value is (240,52,94). Sum of RGB (Red+Green+Blue) = 240+52+94=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0345E is #0FCBA1. Grayscale: #717171. Windows color (decimal): -1035170 or 6173936. OLE color: 6173936.
HSL color Cylindrical-coordinate representation of color #F0345E: hue angle of 346.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0345E is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 94 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.06 |
| HSL | 346.6º | 0.86% | 0.57% | - |
| HSV(B) | 346.6º | 0.78% | 0.94% | - |
| XYZ | 39.18 | 21.79 | 12.73 | - |
| YUV | 113 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 94 | 0 | 0.78 | 0.61 | 0.06 | 346.6 | 0.86 | 0.57 |
| Hex | F0 | 34 | 5E | 0 | 4E | 3D | 6 | 15B | 56 | 39 |
| Octal | 360 | 64 | 136 | 0 | 116 | 75 | 6 | 533 | 126 | 71 |
| Binary | 11110000 | 110100 | 1011110 | 0 | 1001110 | 111101 | 110 | 101011011 | 1010110 | 111001 |
Color Harmonies of #F0345E
Complementary color
Monochromatic Colors of #F0345E
Black with #F0345E
Text Example
Text Example
White with #F0345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0345E; }
p { color: rgb(240,52,94); }
H1.HeaderClassName
{
color: #F0345E;
}
.AnyTagClassName
{
color: #F0345E;
}
</style>
background-color css
<style>
a { background-color: #F0345E; }
a { background-color: rgb(240,52,94); }
div.DivClassName
{
background-color: #F0345E;
}
.BgClassName
{
background-color: #F0345E;
}
</style>
border-color css
<style>
span { border-color: #F0345E; }
span { border-color: rgb(240,52,94); }
td.TdClassName
{
border-color: #F0345E;
}
.TagClassName
{
border-color: #F0345E;
}
</style>