Shades of Radical Red #F5494D
Tints of Radical Red #F5494D
RGB
CMYK
RGB Variations
Color information
#F5494D (or 0xF5494D) is known color: Radical Red. HEX triplet: F5, 49 and 4D. RGB value is (245,73,77). Sum of RGB (Red+Green+Blue) = 245+73+77=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F5494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5494D is #0AB6B2. Grayscale: #7D7D7D. Windows color (decimal): -702131 or 5065205. OLE color: 5065205.
HSL color Cylindrical-coordinate representation of color #F5494D: hue angle of 358.6º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5494D is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 77 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.04 |
| HSL | 358.6º | 0.9% | 0.62% | - |
| HSV(B) | 358.6º | 0.7% | 0.96% | - |
| XYZ | 41.38 | 24.71 | 9.61 | - |
| YUV | 124.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 77 | 0 | 0.70 | 0.69 | 0.04 | 358.6 | 0.9 | 0.62 |
| Hex | F5 | 49 | 4D | 0 | 46 | 45 | 4 | 167 | 5A | 3E |
| Octal | 365 | 111 | 115 | 0 | 106 | 105 | 4 | 547 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1001101 | 0 | 1000110 | 1000101 | 100 | 101100111 | 1011010 | 111110 |
Color Harmonies of #F5494D
Complementary color
Monochromatic Colors of #F5494D
Black with #F5494D
Text Example
Text Example
White with #F5494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5494D; }
p { color: rgb(245,73,77); }
H1.HeaderClassName
{
color: #F5494D;
}
.AnyTagClassName
{
color: #F5494D;
}
</style>
background-color css
<style>
a { background-color: #F5494D; }
a { background-color: rgb(245,73,77); }
div.DivClassName
{
background-color: #F5494D;
}
.BgClassName
{
background-color: #F5494D;
}
</style>
border-color css
<style>
span { border-color: #F5494D; }
span { border-color: rgb(245,73,77); }
td.TdClassName
{
border-color: #F5494D;
}
.TagClassName
{
border-color: #F5494D;
}
</style>