Shades of Radical Red #F64B64
Tints of Radical Red #F64B64
RGB
CMYK
RGB Variations
Color information
#F64B64 (or 0xF64B64) is known color: Radical Red. HEX triplet: F6, 4B and 64. RGB value is (246,75,100). Sum of RGB (Red+Green+Blue) = 246+75+100=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64B64 is #09B49B. Grayscale: #818181. Windows color (decimal): -636060 or 6573046. OLE color: 6573046.
HSL color Cylindrical-coordinate representation of color #F64B64: hue angle of 351.23º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64B64 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 100 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.04 |
| HSL | 351.23º | 0.9% | 0.63% | - |
| HSV(B) | 351.23º | 0.7% | 0.96% | - |
| XYZ | 42.82 | 25.55 | 14.73 | - |
| YUV | 128.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 100 | 0 | 0.70 | 0.59 | 0.04 | 351.23 | 0.9 | 0.63 |
| Hex | F6 | 4B | 64 | 0 | 46 | 3B | 4 | 15F | 5A | 3F |
| Octal | 366 | 113 | 144 | 0 | 106 | 73 | 4 | 537 | 132 | 77 |
| Binary | 11110110 | 1001011 | 1100100 | 0 | 1000110 | 111011 | 100 | 101011111 | 1011010 | 111111 |
Color Harmonies of #F64B64
Complementary color
Monochromatic Colors of #F64B64
Black with #F64B64
Text Example
Text Example
White with #F64B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64B64; }
p { color: rgb(246,75,100); }
H1.HeaderClassName
{
color: #F64B64;
}
.AnyTagClassName
{
color: #F64B64;
}
</style>
background-color css
<style>
a { background-color: #F64B64; }
a { background-color: rgb(246,75,100); }
div.DivClassName
{
background-color: #F64B64;
}
.BgClassName
{
background-color: #F64B64;
}
</style>
border-color css
<style>
span { border-color: #F64B64; }
span { border-color: rgb(246,75,100); }
td.TdClassName
{
border-color: #F64B64;
}
.TagClassName
{
border-color: #F64B64;
}
</style>