Shades of Radical Red #F0355D
Tints of Radical Red #F0355D
RGB
CMYK
RGB Variations
Color information
#F0355D (or 0xF0355D) is known color: Radical Red. HEX triplet: F0, 35 and 5D. RGB value is (240,53,93). Sum of RGB (Red+Green+Blue) = 240+53+93=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0355D is #0FCAA2. Grayscale: #717171. Windows color (decimal): -1034915 or 6108656. OLE color: 6108656.
HSL color Cylindrical-coordinate representation of color #F0355D: hue angle of 347.17º 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 #F0355D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 93 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.06 |
| HSL | 347.17º | 0.86% | 0.57% | - |
| HSV(B) | 347.17º | 0.78% | 0.94% | - |
| XYZ | 39.18 | 21.86 | 12.51 | - |
| YUV | 113.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 93 | 0 | 0.78 | 0.61 | 0.06 | 347.17 | 0.86 | 0.57 |
| Hex | F0 | 35 | 5D | 0 | 4E | 3D | 6 | 15B | 56 | 39 |
| Octal | 360 | 65 | 135 | 0 | 116 | 75 | 6 | 533 | 126 | 71 |
| Binary | 11110000 | 110101 | 1011101 | 0 | 1001110 | 111101 | 110 | 101011011 | 1010110 | 111001 |
Color Harmonies of #F0355D
Complementary color
Monochromatic Colors of #F0355D
Black with #F0355D
Text Example
Text Example
White with #F0355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0355D; }
p { color: rgb(240,53,93); }
H1.HeaderClassName
{
color: #F0355D;
}
.AnyTagClassName
{
color: #F0355D;
}
</style>
background-color css
<style>
a { background-color: #F0355D; }
a { background-color: rgb(240,53,93); }
div.DivClassName
{
background-color: #F0355D;
}
.BgClassName
{
background-color: #F0355D;
}
</style>
border-color css
<style>
span { border-color: #F0355D; }
span { border-color: rgb(240,53,93); }
td.TdClassName
{
border-color: #F0355D;
}
.TagClassName
{
border-color: #F0355D;
}
</style>