Shades of Radical Red #F4295C
Tints of Radical Red #F4295C
RGB
CMYK
RGB Variations
Color information
#F4295C (or 0xF4295C) is known color: Radical Red. HEX triplet: F4, 29 and 5C. RGB value is (244,41,92). Sum of RGB (Red+Green+Blue) = 244+41+92=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F4295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4295C is #0BD6A3. Grayscale: #6B6B6B. Windows color (decimal): -775844 or 6040052. OLE color: 6040052.
HSL color Cylindrical-coordinate representation of color #F4295C: hue angle of 344.93º 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 #F4295C is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 92 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.04 |
| HSL | 344.93º | 0.9% | 0.56% | - |
| HSV(B) | 344.93º | 0.83% | 0.96% | - |
| XYZ | 40.03 | 21.59 | 12.18 | - |
| YUV | 107.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 92 | 0 | 0.83 | 0.62 | 0.04 | 344.93 | 0.9 | 0.56 |
| Hex | F4 | 29 | 5C | 0 | 53 | 3E | 4 | 159 | 5A | 38 |
| Octal | 364 | 51 | 134 | 0 | 123 | 76 | 4 | 531 | 132 | 70 |
| Binary | 11110100 | 101001 | 1011100 | 0 | 1010011 | 111110 | 100 | 101011001 | 1011010 | 111000 |
Color Harmonies of #F4295C
Complementary color
Monochromatic Colors of #F4295C
Black with #F4295C
Text Example
Text Example
White with #F4295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4295C; }
p { color: rgb(244,41,92); }
H1.HeaderClassName
{
color: #F4295C;
}
.AnyTagClassName
{
color: #F4295C;
}
</style>
background-color css
<style>
a { background-color: #F4295C; }
a { background-color: rgb(244,41,92); }
div.DivClassName
{
background-color: #F4295C;
}
.BgClassName
{
background-color: #F4295C;
}
</style>
border-color css
<style>
span { border-color: #F4295C; }
span { border-color: rgb(244,41,92); }
td.TdClassName
{
border-color: #F4295C;
}
.TagClassName
{
border-color: #F4295C;
}
</style>