Shades of Radical Red #F53474
Tints of Radical Red #F53474
RGB
CMYK
RGB Variations
Color information
#F53474 (or 0xF53474) is known color: Radical Red. HEX triplet: F5, 34 and 74. RGB value is (245,52,116). Sum of RGB (Red+Green+Blue) = 245+52+116=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53474 is #0ACB8B. Grayscale: #747474. Windows color (decimal): -707468 or 7615733. OLE color: 7615733.
HSL color Cylindrical-coordinate representation of color #F53474: hue angle of 340.1º 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 #F53474 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 116 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.04 |
| HSL | 340.1º | 0.91% | 0.58% | - |
| HSV(B) | 340.1º | 0.79% | 0.96% | - |
| XYZ | 42.04 | 23.13 | 18.77 | - |
| YUV | 117 | 127.44 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 116 | 0 | 0.79 | 0.53 | 0.04 | 340.1 | 0.91 | 0.58 |
| Hex | F5 | 34 | 74 | 0 | 4F | 35 | 4 | 154 | 5B | 3A |
| Octal | 365 | 64 | 164 | 0 | 117 | 65 | 4 | 524 | 133 | 72 |
| Binary | 11110101 | 110100 | 1110100 | 0 | 1001111 | 110101 | 100 | 101010100 | 1011011 | 111010 |
Color Harmonies of #F53474
Complementary color
Monochromatic Colors of #F53474
Black with #F53474
Text Example
Text Example
White with #F53474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53474; }
p { color: rgb(245,52,116); }
H1.HeaderClassName
{
color: #F53474;
}
.AnyTagClassName
{
color: #F53474;
}
</style>
background-color css
<style>
a { background-color: #F53474; }
a { background-color: rgb(245,52,116); }
div.DivClassName
{
background-color: #F53474;
}
.BgClassName
{
background-color: #F53474;
}
</style>
border-color css
<style>
span { border-color: #F53474; }
span { border-color: rgb(245,52,116); }
td.TdClassName
{
border-color: #F53474;
}
.TagClassName
{
border-color: #F53474;
}
</style>