Shades of Radical Red #F5424D
Tints of Radical Red #F5424D
RGB
CMYK
RGB Variations
Color information
#F5424D (or 0xF5424D) is known color: Radical Red. HEX triplet: F5, 42 and 4D. RGB value is (245,66,77). Sum of RGB (Red+Green+Blue) = 245+66+77=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5424D is #0ABDB2. Grayscale: #787878. Windows color (decimal): -703923 or 5063413. OLE color: 5063413.
HSL color Cylindrical-coordinate representation of color #F5424D: hue angle of 356.31º 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 #F5424D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 77 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.04 |
| HSL | 356.31º | 0.9% | 0.61% | - |
| HSV(B) | 356.31º | 0.73% | 0.96% | - |
| XYZ | 40.94 | 23.84 | 9.47 | - |
| YUV | 120.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 77 | 0 | 0.73 | 0.69 | 0.04 | 356.31 | 0.9 | 0.61 |
| Hex | F5 | 42 | 4D | 0 | 49 | 45 | 4 | 164 | 5A | 3D |
| Octal | 365 | 102 | 115 | 0 | 111 | 105 | 4 | 544 | 132 | 75 |
| Binary | 11110101 | 1000010 | 1001101 | 0 | 1001001 | 1000101 | 100 | 101100100 | 1011010 | 111101 |
Color Harmonies of #F5424D
Complementary color
Monochromatic Colors of #F5424D
Black with #F5424D
Text Example
Text Example
White with #F5424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5424D; }
p { color: rgb(245,66,77); }
H1.HeaderClassName
{
color: #F5424D;
}
.AnyTagClassName
{
color: #F5424D;
}
</style>
background-color css
<style>
a { background-color: #F5424D; }
a { background-color: rgb(245,66,77); }
div.DivClassName
{
background-color: #F5424D;
}
.BgClassName
{
background-color: #F5424D;
}
</style>
border-color css
<style>
span { border-color: #F5424D; }
span { border-color: rgb(245,66,77); }
td.TdClassName
{
border-color: #F5424D;
}
.TagClassName
{
border-color: #F5424D;
}
</style>