Shades of Radical Red #F64766
Tints of Radical Red #F64766
RGB
CMYK
RGB Variations
Color information
#F64766 (or 0xF64766) is known color: Radical Red. HEX triplet: F6, 47 and 66. RGB value is (246,71,102). Sum of RGB (Red+Green+Blue) = 246+71+102=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F64766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64766 is #09B899. Grayscale: #7E7E7E. Windows color (decimal): -637082 or 6703094. OLE color: 6703094.
HSL color Cylindrical-coordinate representation of color #F64766: hue angle of 349.37º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64766 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 102 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.04 |
| HSL | 349.37º | 0.91% | 0.62% | - |
| HSV(B) | 349.37º | 0.71% | 0.96% | - |
| XYZ | 42.66 | 25.06 | 15.16 | - |
| YUV | 126.86 | 113.98 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 102 | 0 | 0.71 | 0.59 | 0.04 | 349.37 | 0.91 | 0.62 |
| Hex | F6 | 47 | 66 | 0 | 47 | 3B | 4 | 15D | 5B | 3E |
| Octal | 366 | 107 | 146 | 0 | 107 | 73 | 4 | 535 | 133 | 76 |
| Binary | 11110110 | 1000111 | 1100110 | 0 | 1000111 | 111011 | 100 | 101011101 | 1011011 | 111110 |
Color Harmonies of #F64766
Complementary color
Monochromatic Colors of #F64766
Black with #F64766
Text Example
Text Example
White with #F64766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64766; }
p { color: rgb(246,71,102); }
H1.HeaderClassName
{
color: #F64766;
}
.AnyTagClassName
{
color: #F64766;
}
</style>
background-color css
<style>
a { background-color: #F64766; }
a { background-color: rgb(246,71,102); }
div.DivClassName
{
background-color: #F64766;
}
.BgClassName
{
background-color: #F64766;
}
</style>
border-color css
<style>
span { border-color: #F64766; }
span { border-color: rgb(246,71,102); }
td.TdClassName
{
border-color: #F64766;
}
.TagClassName
{
border-color: #F64766;
}
</style>