Shades of Radical Red #F64046
Tints of Radical Red #F64046
RGB
CMYK
RGB Variations
Color information
#F64046 (or 0xF64046) is known color: Radical Red. HEX triplet: F6, 40 and 46. RGB value is (246,64,70). Sum of RGB (Red+Green+Blue) = 246+64+70=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F64046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64046 is #09BFB9. Grayscale: #777777. Windows color (decimal): -638906 or 4604150. OLE color: 4604150.
HSL color Cylindrical-coordinate representation of color #F64046: hue angle of 358.02º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64046 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 70 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.04 |
| HSL | 358.02º | 0.91% | 0.61% | - |
| HSV(B) | 358.02º | 0.74% | 0.96% | - |
| XYZ | 40.94 | 23.7 | 8.21 | - |
| YUV | 119.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 70 | 0 | 0.74 | 0.72 | 0.04 | 358.02 | 0.91 | 0.61 |
| Hex | F6 | 40 | 46 | 0 | 4A | 48 | 4 | 166 | 5B | 3D |
| Octal | 366 | 100 | 106 | 0 | 112 | 110 | 4 | 546 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1000110 | 0 | 1001010 | 1001000 | 100 | 101100110 | 1011011 | 111101 |
Color Harmonies of #F64046
Complementary color
Monochromatic Colors of #F64046
Black with #F64046
Text Example
Text Example
White with #F64046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64046; }
p { color: rgb(246,64,70); }
H1.HeaderClassName
{
color: #F64046;
}
.AnyTagClassName
{
color: #F64046;
}
</style>
background-color css
<style>
a { background-color: #F64046; }
a { background-color: rgb(246,64,70); }
div.DivClassName
{
background-color: #F64046;
}
.BgClassName
{
background-color: #F64046;
}
</style>
border-color css
<style>
span { border-color: #F64046; }
span { border-color: rgb(246,64,70); }
td.TdClassName
{
border-color: #F64046;
}
.TagClassName
{
border-color: #F64046;
}
</style>