Shades of Radical Red #F64061
Tints of Radical Red #F64061
RGB
CMYK
RGB Variations
Color information
#F64061 (or 0xF64061) is known color: Radical Red. HEX triplet: F6, 40 and 61. RGB value is (246,64,97). Sum of RGB (Red+Green+Blue) = 246+64+97=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F64061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64061 is #09BF9E. Grayscale: #7A7A7A. Windows color (decimal): -638879 or 6373622. OLE color: 6373622.
HSL color Cylindrical-coordinate representation of color #F64061: hue angle of 349.12º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64061 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 97 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.04 |
| HSL | 349.12º | 0.91% | 0.61% | - |
| HSV(B) | 349.12º | 0.74% | 0.96% | - |
| XYZ | 42 | 24.12 | 13.75 | - |
| YUV | 122.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 97 | 0 | 0.74 | 0.61 | 0.04 | 349.12 | 0.91 | 0.61 |
| Hex | F6 | 40 | 61 | 0 | 4A | 3D | 4 | 15D | 5B | 3D |
| Octal | 366 | 100 | 141 | 0 | 112 | 75 | 4 | 535 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1100001 | 0 | 1001010 | 111101 | 100 | 101011101 | 1011011 | 111101 |
Color Harmonies of #F64061
Complementary color
Monochromatic Colors of #F64061
Black with #F64061
Text Example
Text Example
White with #F64061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64061; }
p { color: rgb(246,64,97); }
H1.HeaderClassName
{
color: #F64061;
}
.AnyTagClassName
{
color: #F64061;
}
</style>
background-color css
<style>
a { background-color: #F64061; }
a { background-color: rgb(246,64,97); }
div.DivClassName
{
background-color: #F64061;
}
.BgClassName
{
background-color: #F64061;
}
</style>
border-color css
<style>
span { border-color: #F64061; }
span { border-color: rgb(246,64,97); }
td.TdClassName
{
border-color: #F64061;
}
.TagClassName
{
border-color: #F64061;
}
</style>