Shades of Radical Red #F64465
Tints of Radical Red #F64465
RGB
CMYK
RGB Variations
Color information
#F64465 (or 0xF64465) is known color: Radical Red. HEX triplet: F6, 44 and 65. RGB value is (246,68,101). Sum of RGB (Red+Green+Blue) = 246+68+101=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F64465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64465 is #09BB9A. Grayscale: #7D7D7D. Windows color (decimal): -637851 or 6636790. OLE color: 6636790.
HSL color Cylindrical-coordinate representation of color #F64465: hue angle of 348.88º 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 #F64465 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 101 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.04 |
| HSL | 348.88º | 0.91% | 0.62% | - |
| HSV(B) | 348.88º | 0.72% | 0.96% | - |
| XYZ | 42.42 | 24.67 | 14.84 | - |
| YUV | 124.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 101 | 0 | 0.72 | 0.59 | 0.04 | 348.88 | 0.91 | 0.62 |
| Hex | F6 | 44 | 65 | 0 | 48 | 3B | 4 | 15D | 5B | 3E |
| Octal | 366 | 104 | 145 | 0 | 110 | 73 | 4 | 535 | 133 | 76 |
| Binary | 11110110 | 1000100 | 1100101 | 0 | 1001000 | 111011 | 100 | 101011101 | 1011011 | 111110 |
Color Harmonies of #F64465
Complementary color
Monochromatic Colors of #F64465
Black with #F64465
Text Example
Text Example
White with #F64465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64465; }
p { color: rgb(246,68,101); }
H1.HeaderClassName
{
color: #F64465;
}
.AnyTagClassName
{
color: #F64465;
}
</style>
background-color css
<style>
a { background-color: #F64465; }
a { background-color: rgb(246,68,101); }
div.DivClassName
{
background-color: #F64465;
}
.BgClassName
{
background-color: #F64465;
}
</style>
border-color css
<style>
span { border-color: #F64465; }
span { border-color: rgb(246,68,101); }
td.TdClassName
{
border-color: #F64465;
}
.TagClassName
{
border-color: #F64465;
}
</style>