Shades of Radical Red #F52365
Tints of Radical Red #F52365
RGB
CMYK
RGB Variations
Color information
#F52365 (or 0xF52365) is known color: Radical Red. HEX triplet: F5, 23 and 65. RGB value is (245,35,101). Sum of RGB (Red+Green+Blue) = 245+35+101=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F52365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52365 is #0ADC9A. Grayscale: #696969. Windows color (decimal): -711835 or 6628341. OLE color: 6628341.
HSL color Cylindrical-coordinate representation of color #F52365: hue angle of 341.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52365 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 101 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.04 |
| HSL | 341.14º | 0.91% | 0.55% | - |
| HSV(B) | 341.14º | 0.86% | 0.96% | - |
| XYZ | 40.61 | 21.55 | 14.33 | - |
| YUV | 105.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 101 | 0 | 0.86 | 0.59 | 0.04 | 341.14 | 0.91 | 0.55 |
| Hex | F5 | 23 | 65 | 0 | 56 | 3B | 4 | 155 | 5B | 37 |
| Octal | 365 | 43 | 145 | 0 | 126 | 73 | 4 | 525 | 133 | 67 |
| Binary | 11110101 | 100011 | 1100101 | 0 | 1010110 | 111011 | 100 | 101010101 | 1011011 | 110111 |
Color Harmonies of #F52365
Complementary color
Monochromatic Colors of #F52365
Black with #F52365
Text Example
Text Example
White with #F52365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52365; }
p { color: rgb(245,35,101); }
H1.HeaderClassName
{
color: #F52365;
}
.AnyTagClassName
{
color: #F52365;
}
</style>
background-color css
<style>
a { background-color: #F52365; }
a { background-color: rgb(245,35,101); }
div.DivClassName
{
background-color: #F52365;
}
.BgClassName
{
background-color: #F52365;
}
</style>
border-color css
<style>
span { border-color: #F52365; }
span { border-color: rgb(245,35,101); }
td.TdClassName
{
border-color: #F52365;
}
.TagClassName
{
border-color: #F52365;
}
</style>