Shades of Radical Red #F64063
Tints of Radical Red #F64063
RGB
CMYK
RGB Variations
Color information
#F64063 (or 0xF64063) is known color: Radical Red. HEX triplet: F6, 40 and 63. RGB value is (246,64,99). Sum of RGB (Red+Green+Blue) = 246+64+99=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F64063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64063 is #09BF9C. Grayscale: #7A7A7A. Windows color (decimal): -638877 or 6504694. OLE color: 6504694.
HSL color Cylindrical-coordinate representation of color #F64063: hue angle of 348.46º 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 #F64063 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 99 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.04 |
| HSL | 348.46º | 0.91% | 0.61% | - |
| HSV(B) | 348.46º | 0.74% | 0.96% | - |
| XYZ | 42.09 | 24.16 | 14.25 | - |
| YUV | 122.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 99 | 0 | 0.74 | 0.60 | 0.04 | 348.46 | 0.91 | 0.61 |
| Hex | F6 | 40 | 63 | 0 | 4A | 3C | 4 | 15C | 5B | 3D |
| Octal | 366 | 100 | 143 | 0 | 112 | 74 | 4 | 534 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1100011 | 0 | 1001010 | 111100 | 100 | 101011100 | 1011011 | 111101 |
Color Harmonies of #F64063
Complementary color
Monochromatic Colors of #F64063
Black with #F64063
Text Example
Text Example
White with #F64063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64063; }
p { color: rgb(246,64,99); }
H1.HeaderClassName
{
color: #F64063;
}
.AnyTagClassName
{
color: #F64063;
}
</style>
background-color css
<style>
a { background-color: #F64063; }
a { background-color: rgb(246,64,99); }
div.DivClassName
{
background-color: #F64063;
}
.BgClassName
{
background-color: #F64063;
}
</style>
border-color css
<style>
span { border-color: #F64063; }
span { border-color: rgb(246,64,99); }
td.TdClassName
{
border-color: #F64063;
}
.TagClassName
{
border-color: #F64063;
}
</style>