Shades of Radical Red #F64361
Tints of Radical Red #F64361
RGB
CMYK
RGB Variations
Color information
#F64361 (or 0xF64361) is known color: Radical Red. HEX triplet: F6, 43 and 61. RGB value is (246,67,97). Sum of RGB (Red+Green+Blue) = 246+67+97=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F64361 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64361 is #09BC9E. Grayscale: #7C7C7C. Windows color (decimal): -638111 or 6374390. OLE color: 6374390.
HSL color Cylindrical-coordinate representation of color #F64361: hue angle of 349.94º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F64361 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 97 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.04 |
| HSL | 349.94º | 0.91% | 0.61% | - |
| HSV(B) | 349.94º | 0.73% | 0.96% | - |
| XYZ | 42.17 | 24.47 | 13.81 | - |
| YUV | 123.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 97 | 0 | 0.73 | 0.61 | 0.04 | 349.94 | 0.91 | 0.61 |
| Hex | F6 | 43 | 61 | 0 | 49 | 3D | 4 | 15E | 5B | 3D |
| Octal | 366 | 103 | 141 | 0 | 111 | 75 | 4 | 536 | 133 | 75 |
| Binary | 11110110 | 1000011 | 1100001 | 0 | 1001001 | 111101 | 100 | 101011110 | 1011011 | 111101 |
Color Harmonies of #F64361
Complementary color
Monochromatic Colors of #F64361
Black with #F64361
Text Example
Text Example
White with #F64361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64361; }
p { color: rgb(246,67,97); }
H1.HeaderClassName
{
color: #F64361;
}
.AnyTagClassName
{
color: #F64361;
}
</style>
background-color css
<style>
a { background-color: #F64361; }
a { background-color: rgb(246,67,97); }
div.DivClassName
{
background-color: #F64361;
}
.BgClassName
{
background-color: #F64361;
}
</style>
border-color css
<style>
span { border-color: #F64361; }
span { border-color: rgb(246,67,97); }
td.TdClassName
{
border-color: #F64361;
}
.TagClassName
{
border-color: #F64361;
}
</style>