Shades of Radical Red #F64147
Tints of Radical Red #F64147
RGB
CMYK
RGB Variations
Color information
#F64147 (or 0xF64147) is known color: Radical Red. HEX triplet: F6, 41 and 47. RGB value is (246,65,71). Sum of RGB (Red+Green+Blue) = 246+65+71=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F64147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64147 is #09BEB8. Grayscale: #777777. Windows color (decimal): -638649 or 4669942. OLE color: 4669942.
HSL color Cylindrical-coordinate representation of color #F64147: hue angle of 358.01º 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 #F64147 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 71 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.04 |
| HSL | 358.01º | 0.91% | 0.61% | - |
| HSV(B) | 358.01º | 0.74% | 0.96% | - |
| XYZ | 41.03 | 23.83 | 8.4 | - |
| YUV | 119.8 | 100.47 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 71 | 0 | 0.74 | 0.71 | 0.04 | 358.01 | 0.91 | 0.61 |
| Hex | F6 | 41 | 47 | 0 | 4A | 47 | 4 | 166 | 5B | 3D |
| Octal | 366 | 101 | 107 | 0 | 112 | 107 | 4 | 546 | 133 | 75 |
| Binary | 11110110 | 1000001 | 1000111 | 0 | 1001010 | 1000111 | 100 | 101100110 | 1011011 | 111101 |
Color Harmonies of #F64147
Complementary color
Monochromatic Colors of #F64147
Black with #F64147
Text Example
Text Example
White with #F64147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64147; }
p { color: rgb(246,65,71); }
H1.HeaderClassName
{
color: #F64147;
}
.AnyTagClassName
{
color: #F64147;
}
</style>
background-color css
<style>
a { background-color: #F64147; }
a { background-color: rgb(246,65,71); }
div.DivClassName
{
background-color: #F64147;
}
.BgClassName
{
background-color: #F64147;
}
</style>
border-color css
<style>
span { border-color: #F64147; }
span { border-color: rgb(246,65,71); }
td.TdClassName
{
border-color: #F64147;
}
.TagClassName
{
border-color: #F64147;
}
</style>