Shades of Radical Red #F64066
Tints of Radical Red #F64066
RGB
CMYK
RGB Variations
Color information
#F64066 (or 0xF64066) is known color: Radical Red. HEX triplet: F6, 40 and 66. RGB value is (246,64,102). Sum of RGB (Red+Green+Blue) = 246+64+102=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F64066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64066 is #09BF99. Grayscale: #7A7A7A. Windows color (decimal): -638874 or 6701302. OLE color: 6701302.
HSL color Cylindrical-coordinate representation of color #F64066: hue angle of 347.47º 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 #F64066 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 102 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.04 |
| HSL | 347.47º | 0.91% | 0.61% | - |
| HSV(B) | 347.47º | 0.74% | 0.96% | - |
| XYZ | 42.24 | 24.22 | 15.02 | - |
| YUV | 122.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 102 | 0 | 0.74 | 0.59 | 0.04 | 347.47 | 0.91 | 0.61 |
| Hex | F6 | 40 | 66 | 0 | 4A | 3B | 4 | 15B | 5B | 3D |
| Octal | 366 | 100 | 146 | 0 | 112 | 73 | 4 | 533 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1100110 | 0 | 1001010 | 111011 | 100 | 101011011 | 1011011 | 111101 |
Color Harmonies of #F64066
Complementary color
Monochromatic Colors of #F64066
Black with #F64066
Text Example
Text Example
White with #F64066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64066; }
p { color: rgb(246,64,102); }
H1.HeaderClassName
{
color: #F64066;
}
.AnyTagClassName
{
color: #F64066;
}
</style>
background-color css
<style>
a { background-color: #F64066; }
a { background-color: rgb(246,64,102); }
div.DivClassName
{
background-color: #F64066;
}
.BgClassName
{
background-color: #F64066;
}
</style>
border-color css
<style>
span { border-color: #F64066; }
span { border-color: rgb(246,64,102); }
td.TdClassName
{
border-color: #F64066;
}
.TagClassName
{
border-color: #F64066;
}
</style>