Shades of Radical Red #F4404E
Tints of Radical Red #F4404E
RGB
CMYK
RGB Variations
Color information
#F4404E (or 0xF4404E) is known color: Radical Red. HEX triplet: F4, 40 and 4E. RGB value is (244,64,78). Sum of RGB (Red+Green+Blue) = 244+64+78=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F4404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4404E is #0BBFB1. Grayscale: #777777. Windows color (decimal): -769970 or 5128436. OLE color: 5128436.
HSL color Cylindrical-coordinate representation of color #F4404E: hue angle of 355.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4404E is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 78 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.04 |
| HSL | 355.33º | 0.89% | 0.6% | - |
| HSV(B) | 355.33º | 0.74% | 0.96% | - |
| XYZ | 40.52 | 23.45 | 9.6 | - |
| YUV | 119.42 | 104.63 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 78 | 0 | 0.74 | 0.68 | 0.04 | 355.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | 4E | 0 | 4A | 44 | 4 | 163 | 59 | 3C |
| Octal | 364 | 100 | 116 | 0 | 112 | 104 | 4 | 543 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1001110 | 0 | 1001010 | 1000100 | 100 | 101100011 | 1011001 | 111100 |
Color Harmonies of #F4404E
Complementary color
Monochromatic Colors of #F4404E
Black with #F4404E
Text Example
Text Example
White with #F4404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4404E; }
p { color: rgb(244,64,78); }
H1.HeaderClassName
{
color: #F4404E;
}
.AnyTagClassName
{
color: #F4404E;
}
</style>
background-color css
<style>
a { background-color: #F4404E; }
a { background-color: rgb(244,64,78); }
div.DivClassName
{
background-color: #F4404E;
}
.BgClassName
{
background-color: #F4404E;
}
</style>
border-color css
<style>
span { border-color: #F4404E; }
span { border-color: rgb(244,64,78); }
td.TdClassName
{
border-color: #F4404E;
}
.TagClassName
{
border-color: #F4404E;
}
</style>