Shades of Radical Red #F5464C
Tints of Radical Red #F5464C
RGB
CMYK
RGB Variations
Color information
#F5464C (or 0xF5464C) is known color: Radical Red. HEX triplet: F5, 46 and 4C. RGB value is (245,70,76). Sum of RGB (Red+Green+Blue) = 245+70+76=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5464C is #0AB9B3. Grayscale: #7B7B7B. Windows color (decimal): -702900 or 4998901. OLE color: 4998901.
HSL color Cylindrical-coordinate representation of color #F5464C: hue angle of 357.94º 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 #F5464C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 76 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.04 |
| HSL | 357.94º | 0.9% | 0.62% | - |
| HSV(B) | 357.94º | 0.71% | 0.96% | - |
| XYZ | 41.15 | 24.31 | 9.36 | - |
| YUV | 123.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 76 | 0 | 0.71 | 0.69 | 0.04 | 357.94 | 0.9 | 0.62 |
| Hex | F5 | 46 | 4C | 0 | 47 | 45 | 4 | 166 | 5A | 3E |
| Octal | 365 | 106 | 114 | 0 | 107 | 105 | 4 | 546 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1001100 | 0 | 1000111 | 1000101 | 100 | 101100110 | 1011010 | 111110 |
Color Harmonies of #F5464C
Complementary color
Monochromatic Colors of #F5464C
Black with #F5464C
Text Example
Text Example
White with #F5464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5464C; }
p { color: rgb(245,70,76); }
H1.HeaderClassName
{
color: #F5464C;
}
.AnyTagClassName
{
color: #F5464C;
}
</style>
background-color css
<style>
a { background-color: #F5464C; }
a { background-color: rgb(245,70,76); }
div.DivClassName
{
background-color: #F5464C;
}
.BgClassName
{
background-color: #F5464C;
}
</style>
border-color css
<style>
span { border-color: #F5464C; }
span { border-color: rgb(245,70,76); }
td.TdClassName
{
border-color: #F5464C;
}
.TagClassName
{
border-color: #F5464C;
}
</style>