Shades of Radical Red #F64054
Tints of Radical Red #F64054
RGB
CMYK
RGB Variations
Color information
#F64054 (or 0xF64054) is known color: Radical Red. HEX triplet: F6, 40 and 54. RGB value is (246,64,84). Sum of RGB (Red+Green+Blue) = 246+64+84=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F64054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64054 is #09BFAB. Grayscale: #787878. Windows color (decimal): -638892 or 5521654. OLE color: 5521654.
HSL color Cylindrical-coordinate representation of color #F64054: hue angle of 353.41º 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 #F64054 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 84 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.04 |
| HSL | 353.41º | 0.91% | 0.61% | - |
| HSV(B) | 353.41º | 0.74% | 0.96% | - |
| XYZ | 41.44 | 23.9 | 10.82 | - |
| YUV | 120.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 84 | 0 | 0.74 | 0.66 | 0.04 | 353.41 | 0.91 | 0.61 |
| Hex | F6 | 40 | 54 | 0 | 4A | 42 | 4 | 161 | 5B | 3D |
| Octal | 366 | 100 | 124 | 0 | 112 | 102 | 4 | 541 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1010100 | 0 | 1001010 | 1000010 | 100 | 101100001 | 1011011 | 111101 |
Color Harmonies of #F64054
Complementary color
Monochromatic Colors of #F64054
Black with #F64054
Text Example
Text Example
White with #F64054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64054; }
p { color: rgb(246,64,84); }
H1.HeaderClassName
{
color: #F64054;
}
.AnyTagClassName
{
color: #F64054;
}
</style>
background-color css
<style>
a { background-color: #F64054; }
a { background-color: rgb(246,64,84); }
div.DivClassName
{
background-color: #F64054;
}
.BgClassName
{
background-color: #F64054;
}
</style>
border-color css
<style>
span { border-color: #F64054; }
span { border-color: rgb(246,64,84); }
td.TdClassName
{
border-color: #F64054;
}
.TagClassName
{
border-color: #F64054;
}
</style>