Shades of Radical Red #F0345C
Tints of Radical Red #F0345C
RGB
CMYK
RGB Variations
Color information
#F0345C (or 0xF0345C) is known color: Radical Red. HEX triplet: F0, 34 and 5C. RGB value is (240,52,92). Sum of RGB (Red+Green+Blue) = 240+52+92=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0345C is #0FCBA3. Grayscale: #707070. Windows color (decimal): -1035172 or 6042864. OLE color: 6042864.
HSL color Cylindrical-coordinate representation of color #F0345C: hue angle of 347.23º 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 #F0345C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 92 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.06 |
| HSL | 347.23º | 0.86% | 0.57% | - |
| HSV(B) | 347.23º | 0.78% | 0.94% | - |
| XYZ | 39.09 | 21.75 | 12.26 | - |
| YUV | 112.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 92 | 0 | 0.78 | 0.62 | 0.06 | 347.23 | 0.86 | 0.57 |
| Hex | F0 | 34 | 5C | 0 | 4E | 3E | 6 | 15B | 56 | 39 |
| Octal | 360 | 64 | 134 | 0 | 116 | 76 | 6 | 533 | 126 | 71 |
| Binary | 11110000 | 110100 | 1011100 | 0 | 1001110 | 111110 | 110 | 101011011 | 1010110 | 111001 |
Color Harmonies of #F0345C
Complementary color
Monochromatic Colors of #F0345C
Black with #F0345C
Text Example
Text Example
White with #F0345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0345C; }
p { color: rgb(240,52,92); }
H1.HeaderClassName
{
color: #F0345C;
}
.AnyTagClassName
{
color: #F0345C;
}
</style>
background-color css
<style>
a { background-color: #F0345C; }
a { background-color: rgb(240,52,92); }
div.DivClassName
{
background-color: #F0345C;
}
.BgClassName
{
background-color: #F0345C;
}
</style>
border-color css
<style>
span { border-color: #F0345C; }
span { border-color: rgb(240,52,92); }
td.TdClassName
{
border-color: #F0345C;
}
.TagClassName
{
border-color: #F0345C;
}
</style>