Shades of Radical Red #F64E52
Tints of Radical Red #F64E52
RGB
CMYK
RGB Variations
Color information
#F64E52 (or 0xF64E52) is known color: Radical Red. HEX triplet: F6, 4E and 52. RGB value is (246,78,82). Sum of RGB (Red+Green+Blue) = 246+78+82=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64E52 is #09B1AD. Grayscale: #808080. Windows color (decimal): -635310 or 5394166. OLE color: 5394166.
HSL color Cylindrical-coordinate representation of color #F64E52: hue angle of 358.57º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64E52 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 82 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.04 |
| HSL | 358.57º | 0.9% | 0.64% | - |
| HSV(B) | 358.57º | 0.68% | 0.96% | - |
| XYZ | 42.25 | 25.65 | 10.71 | - |
| YUV | 128.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 82 | 0 | 0.68 | 0.67 | 0.04 | 358.57 | 0.9 | 0.64 |
| Hex | F6 | 4E | 52 | 0 | 44 | 43 | 4 | 167 | 5A | 40 |
| Octal | 366 | 116 | 122 | 0 | 104 | 103 | 4 | 547 | 132 | 100 |
| Binary | 11110110 | 1001110 | 1010010 | 0 | 1000100 | 1000011 | 100 | 101100111 | 1011010 | 1000000 |
Color Harmonies of #F64E52
Complementary color
Monochromatic Colors of #F64E52
Black with #F64E52
Text Example
Text Example
White with #F64E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E52; }
p { color: rgb(246,78,82); }
H1.HeaderClassName
{
color: #F64E52;
}
.AnyTagClassName
{
color: #F64E52;
}
</style>
background-color css
<style>
a { background-color: #F64E52; }
a { background-color: rgb(246,78,82); }
div.DivClassName
{
background-color: #F64E52;
}
.BgClassName
{
background-color: #F64E52;
}
</style>
border-color css
<style>
span { border-color: #F64E52; }
span { border-color: rgb(246,78,82); }
td.TdClassName
{
border-color: #F64E52;
}
.TagClassName
{
border-color: #F64E52;
}
</style>