Shades of Radical Red #F64345
Tints of Radical Red #F64345
RGB
CMYK
RGB Variations
Color information
#F64345 (or 0xF64345) is known color: Radical Red. HEX triplet: F6, 43 and 45. RGB value is (246,67,69). Sum of RGB (Red+Green+Blue) = 246+67+69=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F64345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64345 is #09BCBA. Grayscale: #787878. Windows color (decimal): -638139 or 4539382. OLE color: 4539382.
HSL color Cylindrical-coordinate representation of color #F64345: hue angle of 359.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F64345 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 69 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.04 |
| HSL | 359.33º | 0.91% | 0.61% | - |
| HSV(B) | 359.33º | 0.73% | 0.96% | - |
| XYZ | 41.09 | 24.04 | 8.1 | - |
| YUV | 120.75 | 98.8 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 69 | 0 | 0.73 | 0.72 | 0.04 | 359.33 | 0.91 | 0.61 |
| Hex | F6 | 43 | 45 | 0 | 49 | 48 | 4 | 167 | 5B | 3D |
| Octal | 366 | 103 | 105 | 0 | 111 | 110 | 4 | 547 | 133 | 75 |
| Binary | 11110110 | 1000011 | 1000101 | 0 | 1001001 | 1001000 | 100 | 101100111 | 1011011 | 111101 |
Color Harmonies of #F64345
Complementary color
Monochromatic Colors of #F64345
Black with #F64345
Text Example
Text Example
White with #F64345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64345; }
p { color: rgb(246,67,69); }
H1.HeaderClassName
{
color: #F64345;
}
.AnyTagClassName
{
color: #F64345;
}
</style>
background-color css
<style>
a { background-color: #F64345; }
a { background-color: rgb(246,67,69); }
div.DivClassName
{
background-color: #F64345;
}
.BgClassName
{
background-color: #F64345;
}
</style>
border-color css
<style>
span { border-color: #F64345; }
span { border-color: rgb(246,67,69); }
td.TdClassName
{
border-color: #F64345;
}
.TagClassName
{
border-color: #F64345;
}
</style>