Shades of Radical Red #F64E4F
Tints of Radical Red #F64E4F
RGB
CMYK
RGB Variations
Color information
#F64E4F (or 0xF64E4F) is known color: Radical Red. HEX triplet: F6, 4E and 4F. RGB value is (246,78,79). Sum of RGB (Red+Green+Blue) = 246+78+79=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64E4F is #09B1B0. Grayscale: #808080. Windows color (decimal): -635313 or 5197558. OLE color: 5197558.
HSL color Cylindrical-coordinate representation of color #F64E4F: hue angle of 359.64º 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 #F64E4F is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 79 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.04 |
| HSL | 359.64º | 0.9% | 0.64% | - |
| HSV(B) | 359.64º | 0.68% | 0.96% | - |
| XYZ | 42.14 | 25.61 | 10.12 | - |
| YUV | 128.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 79 | 0 | 0.68 | 0.68 | 0.04 | 359.64 | 0.9 | 0.64 |
| Hex | F6 | 4E | 4F | 0 | 44 | 44 | 4 | 168 | 5A | 40 |
| Octal | 366 | 116 | 117 | 0 | 104 | 104 | 4 | 550 | 132 | 100 |
| Binary | 11110110 | 1001110 | 1001111 | 0 | 1000100 | 1000100 | 100 | 101101000 | 1011010 | 1000000 |
Color Harmonies of #F64E4F
Complementary color
Monochromatic Colors of #F64E4F
Black with #F64E4F
Text Example
Text Example
White with #F64E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64E4F; }
p { color: rgb(246,78,79); }
H1.HeaderClassName
{
color: #F64E4F;
}
.AnyTagClassName
{
color: #F64E4F;
}
</style>
background-color css
<style>
a { background-color: #F64E4F; }
a { background-color: rgb(246,78,79); }
div.DivClassName
{
background-color: #F64E4F;
}
.BgClassName
{
background-color: #F64E4F;
}
</style>
border-color css
<style>
span { border-color: #F64E4F; }
span { border-color: rgb(246,78,79); }
td.TdClassName
{
border-color: #F64E4F;
}
.TagClassName
{
border-color: #F64E4F;
}
</style>