Shades of Radical Red #F64069
Tints of Radical Red #F64069
RGB
CMYK
RGB Variations
Color information
#F64069 (or 0xF64069) is known color: Radical Red. HEX triplet: F6, 40 and 69. RGB value is (246,64,105). Sum of RGB (Red+Green+Blue) = 246+64+105=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F64069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64069 is #09BF96. Grayscale: #7B7B7B. Windows color (decimal): -638871 or 6897910. OLE color: 6897910.
HSL color Cylindrical-coordinate representation of color #F64069: hue angle of 346.48º 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 #F64069 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 105 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.04 |
| HSL | 346.48º | 0.91% | 0.61% | - |
| HSV(B) | 346.48º | 0.74% | 0.96% | - |
| XYZ | 42.39 | 24.28 | 15.82 | - |
| YUV | 123.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 105 | 0 | 0.74 | 0.57 | 0.04 | 346.48 | 0.91 | 0.61 |
| Hex | F6 | 40 | 69 | 0 | 4A | 39 | 4 | 15A | 5B | 3D |
| Octal | 366 | 100 | 151 | 0 | 112 | 71 | 4 | 532 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1101001 | 0 | 1001010 | 111001 | 100 | 101011010 | 1011011 | 111101 |
Color Harmonies of #F64069
Complementary color
Monochromatic Colors of #F64069
Black with #F64069
Text Example
Text Example
White with #F64069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64069; }
p { color: rgb(246,64,105); }
H1.HeaderClassName
{
color: #F64069;
}
.AnyTagClassName
{
color: #F64069;
}
</style>
background-color css
<style>
a { background-color: #F64069; }
a { background-color: rgb(246,64,105); }
div.DivClassName
{
background-color: #F64069;
}
.BgClassName
{
background-color: #F64069;
}
</style>
border-color css
<style>
span { border-color: #F64069; }
span { border-color: rgb(246,64,105); }
td.TdClassName
{
border-color: #F64069;
}
.TagClassName
{
border-color: #F64069;
}
</style>