Shades of Radical Red #F64546
Tints of Radical Red #F64546
RGB
CMYK
RGB Variations
Color information
#F64546 (or 0xF64546) is known color: Radical Red. HEX triplet: F6, 45 and 46. RGB value is (246,69,70). Sum of RGB (Red+Green+Blue) = 246+69+70=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F64546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64546 is #09BAB9. Grayscale: #7A7A7A. Windows color (decimal): -637626 or 4605430. OLE color: 4605430.
HSL color Cylindrical-coordinate representation of color #F64546: hue angle of 359.66º 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 #F64546 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 70 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.04 |
| HSL | 359.66º | 0.91% | 0.62% | - |
| HSV(B) | 359.66º | 0.72% | 0.96% | - |
| XYZ | 41.24 | 24.29 | 8.31 | - |
| YUV | 122.04 | 98.64 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 70 | 0 | 0.72 | 0.72 | 0.04 | 359.66 | 0.91 | 0.62 |
| Hex | F6 | 45 | 46 | 0 | 48 | 48 | 4 | 168 | 5B | 3E |
| Octal | 366 | 105 | 106 | 0 | 110 | 110 | 4 | 550 | 133 | 76 |
| Binary | 11110110 | 1000101 | 1000110 | 0 | 1001000 | 1001000 | 100 | 101101000 | 1011011 | 111110 |
Color Harmonies of #F64546
Complementary color
Monochromatic Colors of #F64546
Black with #F64546
Text Example
Text Example
White with #F64546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64546; }
p { color: rgb(246,69,70); }
H1.HeaderClassName
{
color: #F64546;
}
.AnyTagClassName
{
color: #F64546;
}
</style>
background-color css
<style>
a { background-color: #F64546; }
a { background-color: rgb(246,69,70); }
div.DivClassName
{
background-color: #F64546;
}
.BgClassName
{
background-color: #F64546;
}
</style>
border-color css
<style>
span { border-color: #F64546; }
span { border-color: rgb(246,69,70); }
td.TdClassName
{
border-color: #F64546;
}
.TagClassName
{
border-color: #F64546;
}
</style>