Shades of Radical Red #F64445
Tints of Radical Red #F64445
RGB
CMYK
RGB Variations
Color information
#F64445 (or 0xF64445) is known color: Radical Red. HEX triplet: F6, 44 and 45. RGB value is (246,68,69). Sum of RGB (Red+Green+Blue) = 246+68+69=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F64445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64445 is #09BBBA. Grayscale: #797979. Windows color (decimal): -637883 or 4539638. OLE color: 4539638.
HSL color Cylindrical-coordinate representation of color #F64445: 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 #F64445 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 69 | - |
| 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.15 | 24.16 | 8.12 | - |
| YUV | 121.34 | 98.47 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 69 | 0 | 0.72 | 0.72 | 0.04 | 359.66 | 0.91 | 0.62 |
| Hex | F6 | 44 | 45 | 0 | 48 | 48 | 4 | 168 | 5B | 3E |
| Octal | 366 | 104 | 105 | 0 | 110 | 110 | 4 | 550 | 133 | 76 |
| Binary | 11110110 | 1000100 | 1000101 | 0 | 1001000 | 1001000 | 100 | 101101000 | 1011011 | 111110 |
Color Harmonies of #F64445
Complementary color
Monochromatic Colors of #F64445
Black with #F64445
Text Example
Text Example
White with #F64445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64445; }
p { color: rgb(246,68,69); }
H1.HeaderClassName
{
color: #F64445;
}
.AnyTagClassName
{
color: #F64445;
}
</style>
background-color css
<style>
a { background-color: #F64445; }
a { background-color: rgb(246,68,69); }
div.DivClassName
{
background-color: #F64445;
}
.BgClassName
{
background-color: #F64445;
}
</style>
border-color css
<style>
span { border-color: #F64445; }
span { border-color: rgb(246,68,69); }
td.TdClassName
{
border-color: #F64445;
}
.TagClassName
{
border-color: #F64445;
}
</style>