Shades of Radical Red #F5326B
Tints of Radical Red #F5326B
RGB
CMYK
RGB Variations
Color information
#F5326B (or 0xF5326B) is known color: Radical Red. HEX triplet: F5, 32 and 6B. RGB value is (245,50,107). Sum of RGB (Red+Green+Blue) = 245+50+107=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F5326B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5326B is #0ACD94. Grayscale: #727272. Windows color (decimal): -707989 or 7025397. OLE color: 7025397.
HSL color Cylindrical-coordinate representation of color #F5326B: hue angle of 342.46º 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 #F5326B is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 107 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.04 |
| HSL | 342.46º | 0.91% | 0.58% | - |
| HSV(B) | 342.46º | 0.8% | 0.96% | - |
| XYZ | 41.45 | 22.76 | 16.12 | - |
| YUV | 114.8 | 123.6 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 107 | 0 | 0.80 | 0.56 | 0.04 | 342.46 | 0.91 | 0.58 |
| Hex | F5 | 32 | 6B | 0 | 50 | 38 | 4 | 156 | 5B | 3A |
| Octal | 365 | 62 | 153 | 0 | 120 | 70 | 4 | 526 | 133 | 72 |
| Binary | 11110101 | 110010 | 1101011 | 0 | 1010000 | 111000 | 100 | 101010110 | 1011011 | 111010 |
Color Harmonies of #F5326B
Complementary color
Monochromatic Colors of #F5326B
Black with #F5326B
Text Example
Text Example
White with #F5326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5326B; }
p { color: rgb(245,50,107); }
H1.HeaderClassName
{
color: #F5326B;
}
.AnyTagClassName
{
color: #F5326B;
}
</style>
background-color css
<style>
a { background-color: #F5326B; }
a { background-color: rgb(245,50,107); }
div.DivClassName
{
background-color: #F5326B;
}
.BgClassName
{
background-color: #F5326B;
}
</style>
border-color css
<style>
span { border-color: #F5326B; }
span { border-color: rgb(245,50,107); }
td.TdClassName
{
border-color: #F5326B;
}
.TagClassName
{
border-color: #F5326B;
}
</style>