Shades of Radical Red #F53365
Tints of Radical Red #F53365
RGB
CMYK
RGB Variations
Color information
#F53365 (or 0xF53365) is known color: Radical Red. HEX triplet: F5, 33 and 65. RGB value is (245,51,101). Sum of RGB (Red+Green+Blue) = 245+51+101=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F53365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53365 is #0ACC9A. Grayscale: #727272. Windows color (decimal): -707739 or 6632437. OLE color: 6632437.
HSL color Cylindrical-coordinate representation of color #F53365: hue angle of 344.54º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53365 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 101 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.04 |
| HSL | 344.54º | 0.91% | 0.58% | - |
| HSV(B) | 344.54º | 0.79% | 0.96% | - |
| XYZ | 41.19 | 22.72 | 14.53 | - |
| YUV | 114.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 101 | 0 | 0.79 | 0.59 | 0.04 | 344.54 | 0.91 | 0.58 |
| Hex | F5 | 33 | 65 | 0 | 4F | 3B | 4 | 159 | 5B | 3A |
| Octal | 365 | 63 | 145 | 0 | 117 | 73 | 4 | 531 | 133 | 72 |
| Binary | 11110101 | 110011 | 1100101 | 0 | 1001111 | 111011 | 100 | 101011001 | 1011011 | 111010 |
Color Harmonies of #F53365
Complementary color
Monochromatic Colors of #F53365
Black with #F53365
Text Example
Text Example
White with #F53365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53365; }
p { color: rgb(245,51,101); }
H1.HeaderClassName
{
color: #F53365;
}
.AnyTagClassName
{
color: #F53365;
}
</style>
background-color css
<style>
a { background-color: #F53365; }
a { background-color: rgb(245,51,101); }
div.DivClassName
{
background-color: #F53365;
}
.BgClassName
{
background-color: #F53365;
}
</style>
border-color css
<style>
span { border-color: #F53365; }
span { border-color: rgb(245,51,101); }
td.TdClassName
{
border-color: #F53365;
}
.TagClassName
{
border-color: #F53365;
}
</style>