Shades of Radical Red #F4405D
Tints of Radical Red #F4405D
RGB
CMYK
RGB Variations
Color information
#F4405D (or 0xF4405D) is known color: Radical Red. HEX triplet: F4, 40 and 5D. RGB value is (244,64,93). Sum of RGB (Red+Green+Blue) = 244+64+93=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4405D is #0BBFA2. Grayscale: #797979. Windows color (decimal): -769955 or 6111476. OLE color: 6111476.
HSL color Cylindrical-coordinate representation of color #F4405D: hue angle of 350.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 #F4405D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 93 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.04 |
| HSL | 350.33º | 0.89% | 0.6% | - |
| HSV(B) | 350.33º | 0.74% | 0.96% | - |
| XYZ | 41.12 | 23.69 | 12.76 | - |
| YUV | 121.13 | 112.13 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 93 | 0 | 0.74 | 0.62 | 0.04 | 350.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | 5D | 0 | 4A | 3E | 4 | 15E | 59 | 3C |
| Octal | 364 | 100 | 135 | 0 | 112 | 76 | 4 | 536 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1011101 | 0 | 1001010 | 111110 | 100 | 101011110 | 1011001 | 111100 |
Color Harmonies of #F4405D
Complementary color
Monochromatic Colors of #F4405D
Black with #F4405D
Text Example
Text Example
White with #F4405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4405D; }
p { color: rgb(244,64,93); }
H1.HeaderClassName
{
color: #F4405D;
}
.AnyTagClassName
{
color: #F4405D;
}
</style>
background-color css
<style>
a { background-color: #F4405D; }
a { background-color: rgb(244,64,93); }
div.DivClassName
{
background-color: #F4405D;
}
.BgClassName
{
background-color: #F4405D;
}
</style>
border-color css
<style>
span { border-color: #F4405D; }
span { border-color: rgb(244,64,93); }
td.TdClassName
{
border-color: #F4405D;
}
.TagClassName
{
border-color: #F4405D;
}
</style>