Shades of Radical Red #F42C5E
Tints of Radical Red #F42C5E
RGB
CMYK
RGB Variations
Color information
#F42C5E (or 0xF42C5E) is known color: Radical Red. HEX triplet: F4, 2C and 5E. RGB value is (244,44,94). Sum of RGB (Red+Green+Blue) = 244+44+94=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42C5E is #0BD3A1. Grayscale: #6D6D6D. Windows color (decimal): -775074 or 6171892. OLE color: 6171892.
HSL color Cylindrical-coordinate representation of color #F42C5E: hue angle of 345º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42C5E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 94 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.04 |
| HSL | 345º | 0.9% | 0.56% | - |
| HSV(B) | 345º | 0.82% | 0.96% | - |
| XYZ | 40.23 | 21.84 | 12.69 | - |
| YUV | 109.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 94 | 0 | 0.82 | 0.61 | 0.04 | 345 | 0.9 | 0.56 |
| Hex | F4 | 2C | 5E | 0 | 52 | 3D | 4 | 159 | 5A | 38 |
| Octal | 364 | 54 | 136 | 0 | 122 | 75 | 4 | 531 | 132 | 70 |
| Binary | 11110100 | 101100 | 1011110 | 0 | 1010010 | 111101 | 100 | 101011001 | 1011010 | 111000 |
Color Harmonies of #F42C5E
Complementary color
Monochromatic Colors of #F42C5E
Black with #F42C5E
Text Example
Text Example
White with #F42C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42C5E; }
p { color: rgb(244,44,94); }
H1.HeaderClassName
{
color: #F42C5E;
}
.AnyTagClassName
{
color: #F42C5E;
}
</style>
background-color css
<style>
a { background-color: #F42C5E; }
a { background-color: rgb(244,44,94); }
div.DivClassName
{
background-color: #F42C5E;
}
.BgClassName
{
background-color: #F42C5E;
}
</style>
border-color css
<style>
span { border-color: #F42C5E; }
span { border-color: rgb(244,44,94); }
td.TdClassName
{
border-color: #F42C5E;
}
.TagClassName
{
border-color: #F42C5E;
}
</style>