Shades of Radical Red #F44C64
Tints of Radical Red #F44C64
RGB
CMYK
RGB Variations
Color information
#F44C64 (or 0xF44C64) is known color: Radical Red. HEX triplet: F4, 4C and 64. RGB value is (244,76,100). Sum of RGB (Red+Green+Blue) = 244+76+100=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44C64 is #0BB39B. Grayscale: #818181. Windows color (decimal): -766876 or 6573300. OLE color: 6573300.
HSL color Cylindrical-coordinate representation of color #F44C64: hue angle of 351.43º degrees, saturation: 0.88, 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 #F44C64 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 100 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.04 |
| HSL | 351.43º | 0.88% | 0.63% | - |
| HSV(B) | 351.43º | 0.69% | 0.96% | - |
| XYZ | 42.19 | 25.32 | 14.72 | - |
| YUV | 128.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 100 | 0 | 0.69 | 0.59 | 0.04 | 351.43 | 0.88 | 0.63 |
| Hex | F4 | 4C | 64 | 0 | 45 | 3B | 4 | 15F | 58 | 3F |
| Octal | 364 | 114 | 144 | 0 | 105 | 73 | 4 | 537 | 130 | 77 |
| Binary | 11110100 | 1001100 | 1100100 | 0 | 1000101 | 111011 | 100 | 101011111 | 1011000 | 111111 |
Color Harmonies of #F44C64
Complementary color
Monochromatic Colors of #F44C64
Black with #F44C64
Text Example
Text Example
White with #F44C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C64; }
p { color: rgb(244,76,100); }
H1.HeaderClassName
{
color: #F44C64;
}
.AnyTagClassName
{
color: #F44C64;
}
</style>
background-color css
<style>
a { background-color: #F44C64; }
a { background-color: rgb(244,76,100); }
div.DivClassName
{
background-color: #F44C64;
}
.BgClassName
{
background-color: #F44C64;
}
</style>
border-color css
<style>
span { border-color: #F44C64; }
span { border-color: rgb(244,76,100); }
td.TdClassName
{
border-color: #F44C64;
}
.TagClassName
{
border-color: #F44C64;
}
</style>