Shades of Radical Red #F4295D
Tints of Radical Red #F4295D
RGB
CMYK
RGB Variations
Color information
#F4295D (or 0xF4295D) is known color: Radical Red. HEX triplet: F4, 29 and 5D. RGB value is (244,41,93). Sum of RGB (Red+Green+Blue) = 244+41+93=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F4295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4295D is #0BD6A2. Grayscale: #6B6B6B. Windows color (decimal): -775843 or 6105588. OLE color: 6105588.
HSL color Cylindrical-coordinate representation of color #F4295D: hue angle of 344.63º 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 #F4295D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 93 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.04 |
| HSL | 344.63º | 0.9% | 0.56% | - |
| HSV(B) | 344.63º | 0.83% | 0.96% | - |
| XYZ | 40.08 | 21.61 | 12.41 | - |
| YUV | 107.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 93 | 0 | 0.83 | 0.62 | 0.04 | 344.63 | 0.9 | 0.56 |
| Hex | F4 | 29 | 5D | 0 | 53 | 3E | 4 | 159 | 5A | 38 |
| Octal | 364 | 51 | 135 | 0 | 123 | 76 | 4 | 531 | 132 | 70 |
| Binary | 11110100 | 101001 | 1011101 | 0 | 1010011 | 111110 | 100 | 101011001 | 1011010 | 111000 |
Color Harmonies of #F4295D
Complementary color
Monochromatic Colors of #F4295D
Black with #F4295D
Text Example
Text Example
White with #F4295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4295D; }
p { color: rgb(244,41,93); }
H1.HeaderClassName
{
color: #F4295D;
}
.AnyTagClassName
{
color: #F4295D;
}
</style>
background-color css
<style>
a { background-color: #F4295D; }
a { background-color: rgb(244,41,93); }
div.DivClassName
{
background-color: #F4295D;
}
.BgClassName
{
background-color: #F4295D;
}
</style>
border-color css
<style>
span { border-color: #F4295D; }
span { border-color: rgb(244,41,93); }
td.TdClassName
{
border-color: #F4295D;
}
.TagClassName
{
border-color: #F4295D;
}
</style>