Shades of Radical Red #F5464D
Tints of Radical Red #F5464D
RGB
CMYK
RGB Variations
Color information
#F5464D (or 0xF5464D) is known color: Radical Red. HEX triplet: F5, 46 and 4D. RGB value is (245,70,77). Sum of RGB (Red+Green+Blue) = 245+70+77=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5464D is #0AB9B2. Grayscale: #7B7B7B. Windows color (decimal): -702899 or 5064437. OLE color: 5064437.
HSL color Cylindrical-coordinate representation of color #F5464D: hue angle of 357.6º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5464D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 77 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.04 |
| HSL | 357.6º | 0.9% | 0.62% | - |
| HSV(B) | 357.6º | 0.71% | 0.96% | - |
| XYZ | 41.19 | 24.33 | 9.55 | - |
| YUV | 123.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 77 | 0 | 0.71 | 0.69 | 0.04 | 357.6 | 0.9 | 0.62 |
| Hex | F5 | 46 | 4D | 0 | 47 | 45 | 4 | 166 | 5A | 3E |
| Octal | 365 | 106 | 115 | 0 | 107 | 105 | 4 | 546 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1001101 | 0 | 1000111 | 1000101 | 100 | 101100110 | 1011010 | 111110 |
Color Harmonies of #F5464D
Complementary color
Monochromatic Colors of #F5464D
Black with #F5464D
Text Example
Text Example
White with #F5464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5464D; }
p { color: rgb(245,70,77); }
H1.HeaderClassName
{
color: #F5464D;
}
.AnyTagClassName
{
color: #F5464D;
}
</style>
background-color css
<style>
a { background-color: #F5464D; }
a { background-color: rgb(245,70,77); }
div.DivClassName
{
background-color: #F5464D;
}
.BgClassName
{
background-color: #F5464D;
}
</style>
border-color css
<style>
span { border-color: #F5464D; }
span { border-color: rgb(245,70,77); }
td.TdClassName
{
border-color: #F5464D;
}
.TagClassName
{
border-color: #F5464D;
}
</style>