Shades of Radical Red #F5424A
Tints of Radical Red #F5424A
RGB
CMYK
RGB Variations
Color information
#F5424A (or 0xF5424A) is known color: Radical Red. HEX triplet: F5, 42 and 4A. RGB value is (245,66,74). Sum of RGB (Red+Green+Blue) = 245+66+74=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5424A is #0ABDB5. Grayscale: #787878. Windows color (decimal): -703926 or 4866805. OLE color: 4866805.
HSL color Cylindrical-coordinate representation of color #F5424A: hue angle of 357.32º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5424A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 74 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.04 |
| HSL | 357.32º | 0.9% | 0.61% | - |
| HSV(B) | 357.32º | 0.73% | 0.96% | - |
| XYZ | 40.84 | 23.8 | 8.92 | - |
| YUV | 120.43 | 101.8 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 74 | 0 | 0.73 | 0.70 | 0.04 | 357.32 | 0.9 | 0.61 |
| Hex | F5 | 42 | 4A | 0 | 49 | 46 | 4 | 165 | 5A | 3D |
| Octal | 365 | 102 | 112 | 0 | 111 | 106 | 4 | 545 | 132 | 75 |
| Binary | 11110101 | 1000010 | 1001010 | 0 | 1001001 | 1000110 | 100 | 101100101 | 1011010 | 111101 |
Color Harmonies of #F5424A
Complementary color
Monochromatic Colors of #F5424A
Black with #F5424A
Text Example
Text Example
White with #F5424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5424A; }
p { color: rgb(245,66,74); }
H1.HeaderClassName
{
color: #F5424A;
}
.AnyTagClassName
{
color: #F5424A;
}
</style>
background-color css
<style>
a { background-color: #F5424A; }
a { background-color: rgb(245,66,74); }
div.DivClassName
{
background-color: #F5424A;
}
.BgClassName
{
background-color: #F5424A;
}
</style>
border-color css
<style>
span { border-color: #F5424A; }
span { border-color: rgb(245,66,74); }
td.TdClassName
{
border-color: #F5424A;
}
.TagClassName
{
border-color: #F5424A;
}
</style>