Shades of Radical Red #F64055
Tints of Radical Red #F64055
RGB
CMYK
RGB Variations
Color information
#F64055 (or 0xF64055) is known color: Radical Red. HEX triplet: F6, 40 and 55. RGB value is (246,64,85). Sum of RGB (Red+Green+Blue) = 246+64+85=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F64055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64055 is #09BFAA. Grayscale: #787878. Windows color (decimal): -638891 or 5587190. OLE color: 5587190.
HSL color Cylindrical-coordinate representation of color #F64055: hue angle of 353.08º 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 #F64055 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 85 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.04 |
| HSL | 353.08º | 0.91% | 0.61% | - |
| HSV(B) | 353.08º | 0.74% | 0.96% | - |
| XYZ | 41.48 | 23.92 | 11.02 | - |
| YUV | 120.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 85 | 0 | 0.74 | 0.65 | 0.04 | 353.08 | 0.91 | 0.61 |
| Hex | F6 | 40 | 55 | 0 | 4A | 41 | 4 | 161 | 5B | 3D |
| Octal | 366 | 100 | 125 | 0 | 112 | 101 | 4 | 541 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1010101 | 0 | 1001010 | 1000001 | 100 | 101100001 | 1011011 | 111101 |
Color Harmonies of #F64055
Complementary color
Monochromatic Colors of #F64055
Black with #F64055
Text Example
Text Example
White with #F64055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64055; }
p { color: rgb(246,64,85); }
H1.HeaderClassName
{
color: #F64055;
}
.AnyTagClassName
{
color: #F64055;
}
</style>
background-color css
<style>
a { background-color: #F64055; }
a { background-color: rgb(246,64,85); }
div.DivClassName
{
background-color: #F64055;
}
.BgClassName
{
background-color: #F64055;
}
</style>
border-color css
<style>
span { border-color: #F64055; }
span { border-color: rgb(246,64,85); }
td.TdClassName
{
border-color: #F64055;
}
.TagClassName
{
border-color: #F64055;
}
</style>