Shades of Radical Red #F5494E
Tints of Radical Red #F5494E
RGB
CMYK
RGB Variations
Color information
#F5494E (or 0xF5494E) is known color: Radical Red. HEX triplet: F5, 49 and 4E. RGB value is (245,73,78). Sum of RGB (Red+Green+Blue) = 245+73+78=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F5494E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5494E is #0AB6B1. Grayscale: #7D7D7D. Windows color (decimal): -702130 or 5130741. OLE color: 5130741.
HSL color Cylindrical-coordinate representation of color #F5494E: hue angle of 358.26º 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 #F5494E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 78 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.04 |
| HSL | 358.26º | 0.9% | 0.62% | - |
| HSV(B) | 358.26º | 0.7% | 0.96% | - |
| XYZ | 41.41 | 24.73 | 9.8 | - |
| YUV | 125 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 78 | 0 | 0.70 | 0.68 | 0.04 | 358.26 | 0.9 | 0.62 |
| Hex | F5 | 49 | 4E | 0 | 46 | 44 | 4 | 166 | 5A | 3E |
| Octal | 365 | 111 | 116 | 0 | 106 | 104 | 4 | 546 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1001110 | 0 | 1000110 | 1000100 | 100 | 101100110 | 1011010 | 111110 |
Color Harmonies of #F5494E
Complementary color
Monochromatic Colors of #F5494E
Black with #F5494E
Text Example
Text Example
White with #F5494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5494E; }
p { color: rgb(245,73,78); }
H1.HeaderClassName
{
color: #F5494E;
}
.AnyTagClassName
{
color: #F5494E;
}
</style>
background-color css
<style>
a { background-color: #F5494E; }
a { background-color: rgb(245,73,78); }
div.DivClassName
{
background-color: #F5494E;
}
.BgClassName
{
background-color: #F5494E;
}
</style>
border-color css
<style>
span { border-color: #F5494E; }
span { border-color: rgb(245,73,78); }
td.TdClassName
{
border-color: #F5494E;
}
.TagClassName
{
border-color: #F5494E;
}
</style>