Shades of Radical Red #F5326E
Tints of Radical Red #F5326E
RGB
CMYK
RGB Variations
Color information
#F5326E (or 0xF5326E) is known color: Radical Red. HEX triplet: F5, 32 and 6E. RGB value is (245,50,110). Sum of RGB (Red+Green+Blue) = 245+50+110=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5326E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5326E is #0ACD91. Grayscale: #737373. Windows color (decimal): -707986 or 7222005. OLE color: 7222005.
HSL color Cylindrical-coordinate representation of color #F5326E: hue angle of 341.54º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5326E is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 110 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.04 |
| HSL | 341.54º | 0.91% | 0.58% | - |
| HSV(B) | 341.54º | 0.8% | 0.96% | - |
| XYZ | 41.61 | 22.82 | 16.96 | - |
| YUV | 115.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 110 | 0 | 0.80 | 0.55 | 0.04 | 341.54 | 0.91 | 0.58 |
| Hex | F5 | 32 | 6E | 0 | 50 | 37 | 4 | 156 | 5B | 3A |
| Octal | 365 | 62 | 156 | 0 | 120 | 67 | 4 | 526 | 133 | 72 |
| Binary | 11110101 | 110010 | 1101110 | 0 | 1010000 | 110111 | 100 | 101010110 | 1011011 | 111010 |
Color Harmonies of #F5326E
Complementary color
Monochromatic Colors of #F5326E
Black with #F5326E
Text Example
Text Example
White with #F5326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5326E; }
p { color: rgb(245,50,110); }
H1.HeaderClassName
{
color: #F5326E;
}
.AnyTagClassName
{
color: #F5326E;
}
</style>
background-color css
<style>
a { background-color: #F5326E; }
a { background-color: rgb(245,50,110); }
div.DivClassName
{
background-color: #F5326E;
}
.BgClassName
{
background-color: #F5326E;
}
</style>
border-color css
<style>
span { border-color: #F5326E; }
span { border-color: rgb(245,50,110); }
td.TdClassName
{
border-color: #F5326E;
}
.TagClassName
{
border-color: #F5326E;
}
</style>