Shades of Radical Red #F5336D
Tints of Radical Red #F5336D
RGB
CMYK
RGB Variations
Color information
#F5336D (or 0xF5336D) is known color: Radical Red. HEX triplet: F5, 33 and 6D. RGB value is (245,51,109). Sum of RGB (Red+Green+Blue) = 245+51+109=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5336D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5336D is #0ACC92. Grayscale: #737373. Windows color (decimal): -707731 or 7156725. OLE color: 7156725.
HSL color Cylindrical-coordinate representation of color #F5336D: hue angle of 342.06º 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 #F5336D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 109 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.04 |
| HSL | 342.06º | 0.91% | 0.58% | - |
| HSV(B) | 342.06º | 0.79% | 0.96% | - |
| XYZ | 41.6 | 22.88 | 16.69 | - |
| YUV | 115.62 | 124.27 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 109 | 0 | 0.79 | 0.56 | 0.04 | 342.06 | 0.91 | 0.58 |
| Hex | F5 | 33 | 6D | 0 | 4F | 38 | 4 | 156 | 5B | 3A |
| Octal | 365 | 63 | 155 | 0 | 117 | 70 | 4 | 526 | 133 | 72 |
| Binary | 11110101 | 110011 | 1101101 | 0 | 1001111 | 111000 | 100 | 101010110 | 1011011 | 111010 |
Color Harmonies of #F5336D
Complementary color
Monochromatic Colors of #F5336D
Black with #F5336D
Text Example
Text Example
White with #F5336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5336D; }
p { color: rgb(245,51,109); }
H1.HeaderClassName
{
color: #F5336D;
}
.AnyTagClassName
{
color: #F5336D;
}
</style>
background-color css
<style>
a { background-color: #F5336D; }
a { background-color: rgb(245,51,109); }
div.DivClassName
{
background-color: #F5336D;
}
.BgClassName
{
background-color: #F5336D;
}
</style>
border-color css
<style>
span { border-color: #F5336D; }
span { border-color: rgb(245,51,109); }
td.TdClassName
{
border-color: #F5336D;
}
.TagClassName
{
border-color: #F5336D;
}
</style>