Shades of Radical Red #F4404D
Tints of Radical Red #F4404D
RGB
CMYK
RGB Variations
Color information
#F4404D (or 0xF4404D) is known color: Radical Red. HEX triplet: F4, 40 and 4D. RGB value is (244,64,77). Sum of RGB (Red+Green+Blue) = 244+64+77=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4404D is #0BBFB2. Grayscale: #777777. Windows color (decimal): -769971 or 5062900. OLE color: 5062900.
HSL color Cylindrical-coordinate representation of color #F4404D: hue angle of 355.67º 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 #F4404D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 77 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.04 |
| HSL | 355.67º | 0.89% | 0.6% | - |
| HSV(B) | 355.67º | 0.74% | 0.96% | - |
| XYZ | 40.48 | 23.44 | 9.41 | - |
| YUV | 119.3 | 104.13 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 77 | 0 | 0.74 | 0.68 | 0.04 | 355.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | 4D | 0 | 4A | 44 | 4 | 164 | 59 | 3C |
| Octal | 364 | 100 | 115 | 0 | 112 | 104 | 4 | 544 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1001101 | 0 | 1001010 | 1000100 | 100 | 101100100 | 1011001 | 111100 |
Color Harmonies of #F4404D
Complementary color
Monochromatic Colors of #F4404D
Black with #F4404D
Text Example
Text Example
White with #F4404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4404D; }
p { color: rgb(244,64,77); }
H1.HeaderClassName
{
color: #F4404D;
}
.AnyTagClassName
{
color: #F4404D;
}
</style>
background-color css
<style>
a { background-color: #F4404D; }
a { background-color: rgb(244,64,77); }
div.DivClassName
{
background-color: #F4404D;
}
.BgClassName
{
background-color: #F4404D;
}
</style>
border-color css
<style>
span { border-color: #F4404D; }
span { border-color: rgb(244,64,77); }
td.TdClassName
{
border-color: #F4404D;
}
.TagClassName
{
border-color: #F4404D;
}
</style>