Shades of Radical Red #F53370
Tints of Radical Red #F53370
RGB
CMYK
RGB Variations
Color information
#F53370 (or 0xF53370) is known color: Radical Red. HEX triplet: F5, 33 and 70. RGB value is (245,51,112). Sum of RGB (Red+Green+Blue) = 245+51+112=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F53370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53370 is #0ACC8F. Grayscale: #737373. Windows color (decimal): -707728 or 7353333. OLE color: 7353333.
HSL color Cylindrical-coordinate representation of color #F53370: hue angle of 341.13º 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 #F53370 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 112 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.04 |
| HSL | 341.13º | 0.91% | 0.58% | - |
| HSV(B) | 341.13º | 0.79% | 0.96% | - |
| XYZ | 41.76 | 22.95 | 17.56 | - |
| YUV | 115.96 | 125.77 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 112 | 0 | 0.79 | 0.54 | 0.04 | 341.13 | 0.91 | 0.58 |
| Hex | F5 | 33 | 70 | 0 | 4F | 36 | 4 | 155 | 5B | 3A |
| Octal | 365 | 63 | 160 | 0 | 117 | 66 | 4 | 525 | 133 | 72 |
| Binary | 11110101 | 110011 | 1110000 | 0 | 1001111 | 110110 | 100 | 101010101 | 1011011 | 111010 |
Color Harmonies of #F53370
Complementary color
Monochromatic Colors of #F53370
Black with #F53370
Text Example
Text Example
White with #F53370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53370; }
p { color: rgb(245,51,112); }
H1.HeaderClassName
{
color: #F53370;
}
.AnyTagClassName
{
color: #F53370;
}
</style>
background-color css
<style>
a { background-color: #F53370; }
a { background-color: rgb(245,51,112); }
div.DivClassName
{
background-color: #F53370;
}
.BgClassName
{
background-color: #F53370;
}
</style>
border-color css
<style>
span { border-color: #F53370; }
span { border-color: rgb(245,51,112); }
td.TdClassName
{
border-color: #F53370;
}
.TagClassName
{
border-color: #F53370;
}
</style>