Shades of Radical Red #F5325B
Tints of Radical Red #F5325B
RGB
CMYK
RGB Variations
Color information
#F5325B (or 0xF5325B) is known color: Radical Red. HEX triplet: F5, 32 and 5B. RGB value is (245,50,91). Sum of RGB (Red+Green+Blue) = 245+50+91=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5325B is #0ACDA4. Grayscale: #717171. Windows color (decimal): -708005 or 5976821. OLE color: 5976821.
HSL color Cylindrical-coordinate representation of color #F5325B: hue angle of 347.38º 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 #F5325B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 91 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.04 |
| HSL | 347.38º | 0.91% | 0.58% | - |
| HSV(B) | 347.38º | 0.8% | 0.96% | - |
| XYZ | 40.69 | 22.45 | 12.09 | - |
| YUV | 112.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 91 | 0 | 0.80 | 0.63 | 0.04 | 347.38 | 0.91 | 0.58 |
| Hex | F5 | 32 | 5B | 0 | 50 | 3F | 4 | 15B | 5B | 3A |
| Octal | 365 | 62 | 133 | 0 | 120 | 77 | 4 | 533 | 133 | 72 |
| Binary | 11110101 | 110010 | 1011011 | 0 | 1010000 | 111111 | 100 | 101011011 | 1011011 | 111010 |
Color Harmonies of #F5325B
Complementary color
Monochromatic Colors of #F5325B
Black with #F5325B
Text Example
Text Example
White with #F5325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5325B; }
p { color: rgb(245,50,91); }
H1.HeaderClassName
{
color: #F5325B;
}
.AnyTagClassName
{
color: #F5325B;
}
</style>
background-color css
<style>
a { background-color: #F5325B; }
a { background-color: rgb(245,50,91); }
div.DivClassName
{
background-color: #F5325B;
}
.BgClassName
{
background-color: #F5325B;
}
</style>
border-color css
<style>
span { border-color: #F5325B; }
span { border-color: rgb(245,50,91); }
td.TdClassName
{
border-color: #F5325B;
}
.TagClassName
{
border-color: #F5325B;
}
</style>