Shades of Radical Red #F4406D
Tints of Radical Red #F4406D
RGB
CMYK
RGB Variations
Color information
#F4406D (or 0xF4406D) is known color: Radical Red. HEX triplet: F4, 40 and 6D. RGB value is (244,64,109). Sum of RGB (Red+Green+Blue) = 244+64+109=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F4406D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4406D is #0BBF92. Grayscale: #7A7A7A. Windows color (decimal): -769939 or 7160052. OLE color: 7160052.
HSL color Cylindrical-coordinate representation of color #F4406D: hue angle of 345º 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 #F4406D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 109 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.04 |
| HSL | 345º | 0.89% | 0.6% | - |
| HSV(B) | 345º | 0.74% | 0.96% | - |
| XYZ | 41.9 | 24 | 16.89 | - |
| YUV | 122.95 | 120.13 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 109 | 0 | 0.74 | 0.55 | 0.04 | 345 | 0.89 | 0.6 |
| Hex | F4 | 40 | 6D | 0 | 4A | 37 | 4 | 159 | 59 | 3C |
| Octal | 364 | 100 | 155 | 0 | 112 | 67 | 4 | 531 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1101101 | 0 | 1001010 | 110111 | 100 | 101011001 | 1011001 | 111100 |
Color Harmonies of #F4406D
Complementary color
Monochromatic Colors of #F4406D
Black with #F4406D
Text Example
Text Example
White with #F4406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4406D; }
p { color: rgb(244,64,109); }
H1.HeaderClassName
{
color: #F4406D;
}
.AnyTagClassName
{
color: #F4406D;
}
</style>
background-color css
<style>
a { background-color: #F4406D; }
a { background-color: rgb(244,64,109); }
div.DivClassName
{
background-color: #F4406D;
}
.BgClassName
{
background-color: #F4406D;
}
</style>
border-color css
<style>
span { border-color: #F4406D; }
span { border-color: rgb(244,64,109); }
td.TdClassName
{
border-color: #F4406D;
}
.TagClassName
{
border-color: #F4406D;
}
</style>