Shades of Radical Red #F64656
Tints of Radical Red #F64656
RGB
CMYK
RGB Variations
Color information
#F64656 (or 0xF64656) is known color: Radical Red. HEX triplet: F6, 46 and 56. RGB value is (246,70,86). Sum of RGB (Red+Green+Blue) = 246+70+86=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F64656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64656 is #09B9A9. Grayscale: #7C7C7C. Windows color (decimal): -637354 or 5654262. OLE color: 5654262.
HSL color Cylindrical-coordinate representation of color #F64656: hue angle of 354.55º 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 #F64656 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 86 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.04 |
| HSL | 354.55º | 0.91% | 0.62% | - |
| HSV(B) | 354.55º | 0.72% | 0.96% | - |
| XYZ | 41.88 | 24.65 | 11.35 | - |
| YUV | 124.45 | 106.31 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 86 | 0 | 0.72 | 0.65 | 0.04 | 354.55 | 0.91 | 0.62 |
| Hex | F6 | 46 | 56 | 0 | 48 | 41 | 4 | 163 | 5B | 3E |
| Octal | 366 | 106 | 126 | 0 | 110 | 101 | 4 | 543 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1010110 | 0 | 1001000 | 1000001 | 100 | 101100011 | 1011011 | 111110 |
Color Harmonies of #F64656
Complementary color
Monochromatic Colors of #F64656
Black with #F64656
Text Example
Text Example
White with #F64656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64656; }
p { color: rgb(246,70,86); }
H1.HeaderClassName
{
color: #F64656;
}
.AnyTagClassName
{
color: #F64656;
}
</style>
background-color css
<style>
a { background-color: #F64656; }
a { background-color: rgb(246,70,86); }
div.DivClassName
{
background-color: #F64656;
}
.BgClassName
{
background-color: #F64656;
}
</style>
border-color css
<style>
span { border-color: #F64656; }
span { border-color: rgb(246,70,86); }
td.TdClassName
{
border-color: #F64656;
}
.TagClassName
{
border-color: #F64656;
}
</style>