Shades of Radical Red #F53450
Tints of Radical Red #F53450
RGB
CMYK
RGB Variations
Color information
#F53450 (or 0xF53450) is known color: Radical Red. HEX triplet: F5, 34 and 50. RGB value is (245,52,80). Sum of RGB (Red+Green+Blue) = 245+52+80=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F53450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53450 is #0ACBAF. Grayscale: #707070. Windows color (decimal): -707504 or 5256437. OLE color: 5256437.
HSL color Cylindrical-coordinate representation of color #F53450: hue angle of 351.3º 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 #F53450 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 80 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.04 |
| HSL | 351.3º | 0.91% | 0.58% | - |
| HSV(B) | 351.3º | 0.79% | 0.96% | - |
| XYZ | 40.33 | 22.45 | 9.8 | - |
| YUV | 112.9 | 109.44 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 80 | 0 | 0.79 | 0.67 | 0.04 | 351.3 | 0.91 | 0.58 |
| Hex | F5 | 34 | 50 | 0 | 4F | 43 | 4 | 15F | 5B | 3A |
| Octal | 365 | 64 | 120 | 0 | 117 | 103 | 4 | 537 | 133 | 72 |
| Binary | 11110101 | 110100 | 1010000 | 0 | 1001111 | 1000011 | 100 | 101011111 | 1011011 | 111010 |
Color Harmonies of #F53450
Complementary color
Monochromatic Colors of #F53450
Black with #F53450
Text Example
Text Example
White with #F53450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53450; }
p { color: rgb(245,52,80); }
H1.HeaderClassName
{
color: #F53450;
}
.AnyTagClassName
{
color: #F53450;
}
</style>
background-color css
<style>
a { background-color: #F53450; }
a { background-color: rgb(245,52,80); }
div.DivClassName
{
background-color: #F53450;
}
.BgClassName
{
background-color: #F53450;
}
</style>
border-color css
<style>
span { border-color: #F53450; }
span { border-color: rgb(245,52,80); }
td.TdClassName
{
border-color: #F53450;
}
.TagClassName
{
border-color: #F53450;
}
</style>