Shades of Radical Red #F64C51
Tints of Radical Red #F64C51
RGB
CMYK
RGB Variations
Color information
#F64C51 (or 0xF64C51) is known color: Radical Red. HEX triplet: F6, 4C and 51. RGB value is (246,76,81). Sum of RGB (Red+Green+Blue) = 246+76+81=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64C51 is #09B3AE. Grayscale: #7F7F7F. Windows color (decimal): -635823 or 5328118. OLE color: 5328118.
HSL color Cylindrical-coordinate representation of color #F64C51: hue angle of 358.24º 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 #F64C51 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 81 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.04 |
| HSL | 358.24º | 0.9% | 0.63% | - |
| HSV(B) | 358.24º | 0.69% | 0.96% | - |
| XYZ | 42.08 | 25.36 | 10.46 | - |
| YUV | 127.4 | 101.82 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 81 | 0 | 0.69 | 0.67 | 0.04 | 358.24 | 0.9 | 0.63 |
| Hex | F6 | 4C | 51 | 0 | 45 | 43 | 4 | 166 | 5A | 3F |
| Octal | 366 | 114 | 121 | 0 | 105 | 103 | 4 | 546 | 132 | 77 |
| Binary | 11110110 | 1001100 | 1010001 | 0 | 1000101 | 1000011 | 100 | 101100110 | 1011010 | 111111 |
Color Harmonies of #F64C51
Complementary color
Monochromatic Colors of #F64C51
Black with #F64C51
Text Example
Text Example
White with #F64C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C51; }
p { color: rgb(246,76,81); }
H1.HeaderClassName
{
color: #F64C51;
}
.AnyTagClassName
{
color: #F64C51;
}
</style>
background-color css
<style>
a { background-color: #F64C51; }
a { background-color: rgb(246,76,81); }
div.DivClassName
{
background-color: #F64C51;
}
.BgClassName
{
background-color: #F64C51;
}
</style>
border-color css
<style>
span { border-color: #F64C51; }
span { border-color: rgb(246,76,81); }
td.TdClassName
{
border-color: #F64C51;
}
.TagClassName
{
border-color: #F64C51;
}
</style>