Shades of Radical Red #F4296D
Tints of Radical Red #F4296D
RGB
CMYK
RGB Variations
Color information
#F4296D (or 0xF4296D) is known color: Radical Red. HEX triplet: F4, 29 and 6D. RGB value is (244,41,109). Sum of RGB (Red+Green+Blue) = 244+41+109=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F4296D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4296D is #0BD692. Grayscale: #6D6D6D. Windows color (decimal): -775827 or 7154164. OLE color: 7154164.
HSL color Cylindrical-coordinate representation of color #F4296D: hue angle of 339.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4296D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 109 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.04 |
| HSL | 339.9º | 0.9% | 0.56% | - |
| HSV(B) | 339.9º | 0.83% | 0.96% | - |
| XYZ | 40.86 | 21.92 | 16.55 | - |
| YUV | 109.45 | 127.75 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 109 | 0 | 0.83 | 0.55 | 0.04 | 339.9 | 0.9 | 0.56 |
| Hex | F4 | 29 | 6D | 0 | 53 | 37 | 4 | 154 | 5A | 38 |
| Octal | 364 | 51 | 155 | 0 | 123 | 67 | 4 | 524 | 132 | 70 |
| Binary | 11110100 | 101001 | 1101101 | 0 | 1010011 | 110111 | 100 | 101010100 | 1011010 | 111000 |
Color Harmonies of #F4296D
Complementary color
Monochromatic Colors of #F4296D
Black with #F4296D
Text Example
Text Example
White with #F4296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4296D; }
p { color: rgb(244,41,109); }
H1.HeaderClassName
{
color: #F4296D;
}
.AnyTagClassName
{
color: #F4296D;
}
</style>
background-color css
<style>
a { background-color: #F4296D; }
a { background-color: rgb(244,41,109); }
div.DivClassName
{
background-color: #F4296D;
}
.BgClassName
{
background-color: #F4296D;
}
</style>
border-color css
<style>
span { border-color: #F4296D; }
span { border-color: rgb(244,41,109); }
td.TdClassName
{
border-color: #F4296D;
}
.TagClassName
{
border-color: #F4296D;
}
</style>