Shades of Radical Red #F53865
Tints of Radical Red #F53865
RGB
CMYK
RGB Variations
Color information
#F53865 (or 0xF53865) is known color: Radical Red. HEX triplet: F5, 38 and 65. RGB value is (245,56,101). Sum of RGB (Red+Green+Blue) = 245+56+101=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F53865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53865 is #0AC79A. Grayscale: #757575. Windows color (decimal): -706459 or 6633717. OLE color: 6633717.
HSL color Cylindrical-coordinate representation of color #F53865: hue angle of 345.71º 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 #F53865 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 101 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.04 |
| HSL | 345.71º | 0.9% | 0.59% | - |
| HSV(B) | 345.71º | 0.77% | 0.96% | - |
| XYZ | 41.42 | 23.18 | 14.6 | - |
| YUV | 117.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 101 | 0 | 0.77 | 0.59 | 0.04 | 345.71 | 0.9 | 0.59 |
| Hex | F5 | 38 | 65 | 0 | 4D | 3B | 4 | 15A | 5A | 3B |
| Octal | 365 | 70 | 145 | 0 | 115 | 73 | 4 | 532 | 132 | 73 |
| Binary | 11110101 | 111000 | 1100101 | 0 | 1001101 | 111011 | 100 | 101011010 | 1011010 | 111011 |
Color Harmonies of #F53865
Complementary color
Monochromatic Colors of #F53865
Black with #F53865
Text Example
Text Example
White with #F53865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53865; }
p { color: rgb(245,56,101); }
H1.HeaderClassName
{
color: #F53865;
}
.AnyTagClassName
{
color: #F53865;
}
</style>
background-color css
<style>
a { background-color: #F53865; }
a { background-color: rgb(245,56,101); }
div.DivClassName
{
background-color: #F53865;
}
.BgClassName
{
background-color: #F53865;
}
</style>
border-color css
<style>
span { border-color: #F53865; }
span { border-color: rgb(245,56,101); }
td.TdClassName
{
border-color: #F53865;
}
.TagClassName
{
border-color: #F53865;
}
</style>