Shades of Radical Red #F44464
Tints of Radical Red #F44464
RGB
CMYK
RGB Variations
Color information
#F44464 (or 0xF44464) is known color: Radical Red. HEX triplet: F4, 44 and 64. RGB value is (244,68,100). Sum of RGB (Red+Green+Blue) = 244+68+100=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F44464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44464 is #0BBB9B. Grayscale: #7C7C7C. Windows color (decimal): -768924 or 6571252. OLE color: 6571252.
HSL color Cylindrical-coordinate representation of color #F44464: hue angle of 349.09º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F44464 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 100 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.04 |
| HSL | 349.09º | 0.89% | 0.61% | - |
| HSV(B) | 349.09º | 0.72% | 0.96% | - |
| XYZ | 41.68 | 24.29 | 14.55 | - |
| YUV | 124.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 100 | 0 | 0.72 | 0.59 | 0.04 | 349.09 | 0.89 | 0.61 |
| Hex | F4 | 44 | 64 | 0 | 48 | 3B | 4 | 15D | 59 | 3D |
| Octal | 364 | 104 | 144 | 0 | 110 | 73 | 4 | 535 | 131 | 75 |
| Binary | 11110100 | 1000100 | 1100100 | 0 | 1001000 | 111011 | 100 | 101011101 | 1011001 | 111101 |
Color Harmonies of #F44464
Complementary color
Monochromatic Colors of #F44464
Black with #F44464
Text Example
Text Example
White with #F44464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44464; }
p { color: rgb(244,68,100); }
H1.HeaderClassName
{
color: #F44464;
}
.AnyTagClassName
{
color: #F44464;
}
</style>
background-color css
<style>
a { background-color: #F44464; }
a { background-color: rgb(244,68,100); }
div.DivClassName
{
background-color: #F44464;
}
.BgClassName
{
background-color: #F44464;
}
</style>
border-color css
<style>
span { border-color: #F44464; }
span { border-color: rgb(244,68,100); }
td.TdClassName
{
border-color: #F44464;
}
.TagClassName
{
border-color: #F44464;
}
</style>