Shades of Radical Red #F0345B
Tints of Radical Red #F0345B
RGB
CMYK
RGB Variations
Color information
#F0345B (or 0xF0345B) is known color: Radical Red. HEX triplet: F0, 34 and 5B. RGB value is (240,52,91). Sum of RGB (Red+Green+Blue) = 240+52+91=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0345B is #0FCBA4. Grayscale: #707070. Windows color (decimal): -1035173 or 5977328. OLE color: 5977328.
HSL color Cylindrical-coordinate representation of color #F0345B: hue angle of 347.55º 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 #F0345B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 91 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.06 |
| HSL | 347.55º | 0.86% | 0.57% | - |
| HSV(B) | 347.55º | 0.78% | 0.94% | - |
| XYZ | 39.05 | 21.74 | 12.03 | - |
| YUV | 112.66 | 115.78 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 91 | 0 | 0.78 | 0.62 | 0.06 | 347.55 | 0.86 | 0.57 |
| Hex | F0 | 34 | 5B | 0 | 4E | 3E | 6 | 15C | 56 | 39 |
| Octal | 360 | 64 | 133 | 0 | 116 | 76 | 6 | 534 | 126 | 71 |
| Binary | 11110000 | 110100 | 1011011 | 0 | 1001110 | 111110 | 110 | 101011100 | 1010110 | 111001 |
Color Harmonies of #F0345B
Complementary color
Monochromatic Colors of #F0345B
Black with #F0345B
Text Example
Text Example
White with #F0345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0345B; }
p { color: rgb(240,52,91); }
H1.HeaderClassName
{
color: #F0345B;
}
.AnyTagClassName
{
color: #F0345B;
}
</style>
background-color css
<style>
a { background-color: #F0345B; }
a { background-color: rgb(240,52,91); }
div.DivClassName
{
background-color: #F0345B;
}
.BgClassName
{
background-color: #F0345B;
}
</style>
border-color css
<style>
span { border-color: #F0345B; }
span { border-color: rgb(240,52,91); }
td.TdClassName
{
border-color: #F0345B;
}
.TagClassName
{
border-color: #F0345B;
}
</style>