Shades of Radical Red #F53864
Tints of Radical Red #F53864
RGB
CMYK
RGB Variations
Color information
#F53864 (or 0xF53864) is known color: Radical Red. HEX triplet: F5, 38 and 64. RGB value is (245,56,100). Sum of RGB (Red+Green+Blue) = 245+56+100=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F53864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53864 is #0AC79B. Grayscale: #757575. Windows color (decimal): -706460 or 6568181. OLE color: 6568181.
HSL color Cylindrical-coordinate representation of color #F53864: hue angle of 346.03º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53864 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 100 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.04 |
| HSL | 346.03º | 0.9% | 0.59% | - |
| HSV(B) | 346.03º | 0.77% | 0.96% | - |
| XYZ | 41.37 | 23.16 | 14.35 | - |
| YUV | 117.53 | 118.12 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 100 | 0 | 0.77 | 0.59 | 0.04 | 346.03 | 0.9 | 0.59 |
| Hex | F5 | 38 | 64 | 0 | 4D | 3B | 4 | 15A | 5A | 3B |
| Octal | 365 | 70 | 144 | 0 | 115 | 73 | 4 | 532 | 132 | 73 |
| Binary | 11110101 | 111000 | 1100100 | 0 | 1001101 | 111011 | 100 | 101011010 | 1011010 | 111011 |
Color Harmonies of #F53864
Complementary color
Monochromatic Colors of #F53864
Black with #F53864
Text Example
Text Example
White with #F53864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53864; }
p { color: rgb(245,56,100); }
H1.HeaderClassName
{
color: #F53864;
}
.AnyTagClassName
{
color: #F53864;
}
</style>
background-color css
<style>
a { background-color: #F53864; }
a { background-color: rgb(245,56,100); }
div.DivClassName
{
background-color: #F53864;
}
.BgClassName
{
background-color: #F53864;
}
</style>
border-color css
<style>
span { border-color: #F53864; }
span { border-color: rgb(245,56,100); }
td.TdClassName
{
border-color: #F53864;
}
.TagClassName
{
border-color: #F53864;
}
</style>