Shades of Radical Red #F53564
Tints of Radical Red #F53564
RGB
CMYK
RGB Variations
Color information
#F53564 (or 0xF53564) is known color: Radical Red. HEX triplet: F5, 35 and 64. RGB value is (245,53,100). Sum of RGB (Red+Green+Blue) = 245+53+100=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53564 is #0ACA9B. Grayscale: #737373. Windows color (decimal): -707228 or 6567413. OLE color: 6567413.
HSL color Cylindrical-coordinate representation of color #F53564: hue angle of 345.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53564 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 100 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.04 |
| HSL | 345.31º | 0.91% | 0.58% | - |
| HSV(B) | 345.31º | 0.78% | 0.96% | - |
| XYZ | 41.23 | 22.88 | 14.3 | - |
| YUV | 115.77 | 119.11 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 100 | 0 | 0.78 | 0.59 | 0.04 | 345.31 | 0.91 | 0.58 |
| Hex | F5 | 35 | 64 | 0 | 4E | 3B | 4 | 159 | 5B | 3A |
| Octal | 365 | 65 | 144 | 0 | 116 | 73 | 4 | 531 | 133 | 72 |
| Binary | 11110101 | 110101 | 1100100 | 0 | 1001110 | 111011 | 100 | 101011001 | 1011011 | 111010 |
Color Harmonies of #F53564
Complementary color
Monochromatic Colors of #F53564
Black with #F53564
Text Example
Text Example
White with #F53564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53564; }
p { color: rgb(245,53,100); }
H1.HeaderClassName
{
color: #F53564;
}
.AnyTagClassName
{
color: #F53564;
}
</style>
background-color css
<style>
a { background-color: #F53564; }
a { background-color: rgb(245,53,100); }
div.DivClassName
{
background-color: #F53564;
}
.BgClassName
{
background-color: #F53564;
}
</style>
border-color css
<style>
span { border-color: #F53564; }
span { border-color: rgb(245,53,100); }
td.TdClassName
{
border-color: #F53564;
}
.TagClassName
{
border-color: #F53564;
}
</style>