Shades of Radical Red #F64565
Tints of Radical Red #F64565
RGB
CMYK
RGB Variations
Color information
#F64565 (or 0xF64565) is known color: Radical Red. HEX triplet: F6, 45 and 65. RGB value is (246,69,101). Sum of RGB (Red+Green+Blue) = 246+69+101=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F64565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64565 is #09BA9A. Grayscale: #7D7D7D. Windows color (decimal): -637595 or 6637046. OLE color: 6637046.
HSL color Cylindrical-coordinate representation of color #F64565: hue angle of 349.15º 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 #F64565 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 101 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.04 |
| HSL | 349.15º | 0.91% | 0.62% | - |
| HSV(B) | 349.15º | 0.72% | 0.96% | - |
| XYZ | 42.48 | 24.79 | 14.86 | - |
| YUV | 125.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 101 | 0 | 0.72 | 0.59 | 0.04 | 349.15 | 0.91 | 0.62 |
| Hex | F6 | 45 | 65 | 0 | 48 | 3B | 4 | 15D | 5B | 3E |
| Octal | 366 | 105 | 145 | 0 | 110 | 73 | 4 | 535 | 133 | 76 |
| Binary | 11110110 | 1000101 | 1100101 | 0 | 1001000 | 111011 | 100 | 101011101 | 1011011 | 111110 |
Color Harmonies of #F64565
Complementary color
Monochromatic Colors of #F64565
Black with #F64565
Text Example
Text Example
White with #F64565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64565; }
p { color: rgb(246,69,101); }
H1.HeaderClassName
{
color: #F64565;
}
.AnyTagClassName
{
color: #F64565;
}
</style>
background-color css
<style>
a { background-color: #F64565; }
a { background-color: rgb(246,69,101); }
div.DivClassName
{
background-color: #F64565;
}
.BgClassName
{
background-color: #F64565;
}
</style>
border-color css
<style>
span { border-color: #F64565; }
span { border-color: rgb(246,69,101); }
td.TdClassName
{
border-color: #F64565;
}
.TagClassName
{
border-color: #F64565;
}
</style>