Shades of Radical Red #F4295E
Tints of Radical Red #F4295E
RGB
CMYK
RGB Variations
Color information
#F4295E (or 0xF4295E) is known color: Radical Red. HEX triplet: F4, 29 and 5E. RGB value is (244,41,94). Sum of RGB (Red+Green+Blue) = 244+41+94=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F4295E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4295E is #0BD6A1. Grayscale: #6B6B6B. Windows color (decimal): -775842 or 6171124. OLE color: 6171124.
HSL color Cylindrical-coordinate representation of color #F4295E: hue angle of 344.33º 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 #F4295E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 94 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.04 |
| HSL | 344.34º | 0.9% | 0.56% | - |
| HSV(B) | 344.34º | 0.83% | 0.96% | - |
| XYZ | 40.12 | 21.63 | 12.65 | - |
| YUV | 107.74 | 120.25 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 94 | 0 | 0.83 | 0.61 | 0.04 | 344.34 | 0.9 | 0.56 |
| Hex | F4 | 29 | 5E | 0 | 53 | 3D | 4 | 158 | 5A | 38 |
| Octal | 364 | 51 | 136 | 0 | 123 | 75 | 4 | 530 | 132 | 70 |
| Binary | 11110100 | 101001 | 1011110 | 0 | 1010011 | 111101 | 100 | 101011000 | 1011010 | 111000 |
Color Harmonies of #F4295E
Complementary color
Monochromatic Colors of #F4295E
Black with #F4295E
Text Example
Text Example
White with #F4295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4295E; }
p { color: rgb(244,41,94); }
H1.HeaderClassName
{
color: #F4295E;
}
.AnyTagClassName
{
color: #F4295E;
}
</style>
background-color css
<style>
a { background-color: #F4295E; }
a { background-color: rgb(244,41,94); }
div.DivClassName
{
background-color: #F4295E;
}
.BgClassName
{
background-color: #F4295E;
}
</style>
border-color css
<style>
span { border-color: #F4295E; }
span { border-color: rgb(244,41,94); }
td.TdClassName
{
border-color: #F4295E;
}
.TagClassName
{
border-color: #F4295E;
}
</style>