Shades of Radical Red #F6464D
Tints of Radical Red #F6464D
RGB
CMYK
RGB Variations
Color information
#F6464D (or 0xF6464D) is known color: Radical Red. HEX triplet: F6, 46 and 4D. RGB value is (246,70,77). Sum of RGB (Red+Green+Blue) = 246+70+77=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6464D is #09B9B2. Grayscale: #7B7B7B. Windows color (decimal): -637363 or 5064438. OLE color: 5064438.
HSL color Cylindrical-coordinate representation of color #F6464D: hue angle of 357.61º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6464D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 77 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.04 |
| HSL | 357.61º | 0.91% | 0.62% | - |
| HSV(B) | 357.61º | 0.72% | 0.96% | - |
| XYZ | 41.54 | 24.51 | 9.56 | - |
| YUV | 123.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 77 | 0 | 0.72 | 0.69 | 0.04 | 357.61 | 0.91 | 0.62 |
| Hex | F6 | 46 | 4D | 0 | 48 | 45 | 4 | 166 | 5B | 3E |
| Octal | 366 | 106 | 115 | 0 | 110 | 105 | 4 | 546 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1001101 | 0 | 1001000 | 1000101 | 100 | 101100110 | 1011011 | 111110 |
Color Harmonies of #F6464D
Complementary color
Monochromatic Colors of #F6464D
Black with #F6464D
Text Example
Text Example
White with #F6464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6464D; }
p { color: rgb(246,70,77); }
H1.HeaderClassName
{
color: #F6464D;
}
.AnyTagClassName
{
color: #F6464D;
}
</style>
background-color css
<style>
a { background-color: #F6464D; }
a { background-color: rgb(246,70,77); }
div.DivClassName
{
background-color: #F6464D;
}
.BgClassName
{
background-color: #F6464D;
}
</style>
border-color css
<style>
span { border-color: #F6464D; }
span { border-color: rgb(246,70,77); }
td.TdClassName
{
border-color: #F6464D;
}
.TagClassName
{
border-color: #F6464D;
}
</style>