Shades of Radical Red #F5356D
Tints of Radical Red #F5356D
RGB
CMYK
RGB Variations
Color information
#F5356D (or 0xF5356D) is known color: Radical Red. HEX triplet: F5, 35 and 6D. RGB value is (245,53,109). Sum of RGB (Red+Green+Blue) = 245+53+109=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5356D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5356D is #0ACA92. Grayscale: #747474. Windows color (decimal): -707219 or 7157237. OLE color: 7157237.
HSL color Cylindrical-coordinate representation of color #F5356D: hue angle of 342.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5356D is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 109 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.04 |
| HSL | 342.5º | 0.91% | 0.58% | - |
| HSV(B) | 342.5º | 0.78% | 0.96% | - |
| XYZ | 41.69 | 23.06 | 16.72 | - |
| YUV | 116.79 | 123.61 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 109 | 0 | 0.78 | 0.56 | 0.04 | 342.5 | 0.91 | 0.58 |
| Hex | F5 | 35 | 6D | 0 | 4E | 38 | 4 | 156 | 5B | 3A |
| Octal | 365 | 65 | 155 | 0 | 116 | 70 | 4 | 526 | 133 | 72 |
| Binary | 11110101 | 110101 | 1101101 | 0 | 1001110 | 111000 | 100 | 101010110 | 1011011 | 111010 |
Color Harmonies of #F5356D
Complementary color
Monochromatic Colors of #F5356D
Black with #F5356D
Text Example
Text Example
White with #F5356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5356D; }
p { color: rgb(245,53,109); }
H1.HeaderClassName
{
color: #F5356D;
}
.AnyTagClassName
{
color: #F5356D;
}
</style>
background-color css
<style>
a { background-color: #F5356D; }
a { background-color: rgb(245,53,109); }
div.DivClassName
{
background-color: #F5356D;
}
.BgClassName
{
background-color: #F5356D;
}
</style>
border-color css
<style>
span { border-color: #F5356D; }
span { border-color: rgb(245,53,109); }
td.TdClassName
{
border-color: #F5356D;
}
.TagClassName
{
border-color: #F5356D;
}
</style>