Shades of Radical Red #F64666
Tints of Radical Red #F64666
RGB
CMYK
RGB Variations
Color information
#F64666 (or 0xF64666) is known color: Radical Red. HEX triplet: F6, 46 and 66. RGB value is (246,70,102). Sum of RGB (Red+Green+Blue) = 246+70+102=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F64666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64666 is #09B999. Grayscale: #7E7E7E. Windows color (decimal): -637338 or 6702838. OLE color: 6702838.
HSL color Cylindrical-coordinate representation of color #F64666: hue angle of 349.09º 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 #F64666 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 102 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.04 |
| HSL | 349.09º | 0.91% | 0.62% | - |
| HSV(B) | 349.09º | 0.72% | 0.96% | - |
| XYZ | 42.59 | 24.93 | 15.14 | - |
| YUV | 126.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 102 | 0 | 0.72 | 0.59 | 0.04 | 349.09 | 0.91 | 0.62 |
| Hex | F6 | 46 | 66 | 0 | 48 | 3B | 4 | 15D | 5B | 3E |
| Octal | 366 | 106 | 146 | 0 | 110 | 73 | 4 | 535 | 133 | 76 |
| Binary | 11110110 | 1000110 | 1100110 | 0 | 1001000 | 111011 | 100 | 101011101 | 1011011 | 111110 |
Color Harmonies of #F64666
Complementary color
Monochromatic Colors of #F64666
Black with #F64666
Text Example
Text Example
White with #F64666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64666; }
p { color: rgb(246,70,102); }
H1.HeaderClassName
{
color: #F64666;
}
.AnyTagClassName
{
color: #F64666;
}
</style>
background-color css
<style>
a { background-color: #F64666; }
a { background-color: rgb(246,70,102); }
div.DivClassName
{
background-color: #F64666;
}
.BgClassName
{
background-color: #F64666;
}
</style>
border-color css
<style>
span { border-color: #F64666; }
span { border-color: rgb(246,70,102); }
td.TdClassName
{
border-color: #F64666;
}
.TagClassName
{
border-color: #F64666;
}
</style>