Shades of Radical Red #F64D52
Tints of Radical Red #F64D52
RGB
CMYK
RGB Variations
Color information
#F64D52 (or 0xF64D52) is known color: Radical Red. HEX triplet: F6, 4D and 52. RGB value is (246,77,82). Sum of RGB (Red+Green+Blue) = 246+77+82=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D52 is #09B2AD. Grayscale: #808080. Windows color (decimal): -635566 or 5393910. OLE color: 5393910.
HSL color Cylindrical-coordinate representation of color #F64D52: hue angle of 358.22º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64D52 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 82 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.04 |
| HSL | 358.22º | 0.9% | 0.63% | - |
| HSV(B) | 358.22º | 0.69% | 0.96% | - |
| XYZ | 42.18 | 25.51 | 10.68 | - |
| YUV | 128.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 82 | 0 | 0.69 | 0.67 | 0.04 | 358.22 | 0.9 | 0.63 |
| Hex | F6 | 4D | 52 | 0 | 45 | 43 | 4 | 166 | 5A | 3F |
| Octal | 366 | 115 | 122 | 0 | 105 | 103 | 4 | 546 | 132 | 77 |
| Binary | 11110110 | 1001101 | 1010010 | 0 | 1000101 | 1000011 | 100 | 101100110 | 1011010 | 111111 |
Color Harmonies of #F64D52
Complementary color
Monochromatic Colors of #F64D52
Black with #F64D52
Text Example
Text Example
White with #F64D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D52; }
p { color: rgb(246,77,82); }
H1.HeaderClassName
{
color: #F64D52;
}
.AnyTagClassName
{
color: #F64D52;
}
</style>
background-color css
<style>
a { background-color: #F64D52; }
a { background-color: rgb(246,77,82); }
div.DivClassName
{
background-color: #F64D52;
}
.BgClassName
{
background-color: #F64D52;
}
</style>
border-color css
<style>
span { border-color: #F64D52; }
span { border-color: rgb(246,77,82); }
td.TdClassName
{
border-color: #F64D52;
}
.TagClassName
{
border-color: #F64D52;
}
</style>