Shades of Radical Red #F5346D
Tints of Radical Red #F5346D
RGB
CMYK
RGB Variations
Color information
#F5346D (or 0xF5346D) is known color: Radical Red. HEX triplet: F5, 34 and 6D. RGB value is (245,52,109). Sum of RGB (Red+Green+Blue) = 245+52+109=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5346D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5346D is #0ACB92. Grayscale: #747474. Windows color (decimal): -707475 or 7156981. OLE color: 7156981.
HSL color Cylindrical-coordinate representation of color #F5346D: hue angle of 342.28º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5346D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 109 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.04 |
| HSL | 342.28º | 0.91% | 0.58% | - |
| HSV(B) | 342.28º | 0.79% | 0.96% | - |
| XYZ | 41.64 | 22.97 | 16.71 | - |
| YUV | 116.21 | 123.94 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 109 | 0 | 0.79 | 0.56 | 0.04 | 342.28 | 0.91 | 0.58 |
| Hex | F5 | 34 | 6D | 0 | 4F | 38 | 4 | 156 | 5B | 3A |
| Octal | 365 | 64 | 155 | 0 | 117 | 70 | 4 | 526 | 133 | 72 |
| Binary | 11110101 | 110100 | 1101101 | 0 | 1001111 | 111000 | 100 | 101010110 | 1011011 | 111010 |
Color Harmonies of #F5346D
Complementary color
Monochromatic Colors of #F5346D
Black with #F5346D
Text Example
Text Example
White with #F5346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5346D; }
p { color: rgb(245,52,109); }
H1.HeaderClassName
{
color: #F5346D;
}
.AnyTagClassName
{
color: #F5346D;
}
</style>
background-color css
<style>
a { background-color: #F5346D; }
a { background-color: rgb(245,52,109); }
div.DivClassName
{
background-color: #F5346D;
}
.BgClassName
{
background-color: #F5346D;
}
</style>
border-color css
<style>
span { border-color: #F5346D; }
span { border-color: rgb(245,52,109); }
td.TdClassName
{
border-color: #F5346D;
}
.TagClassName
{
border-color: #F5346D;
}
</style>