Shades of Radical Red #F42E5D
Tints of Radical Red #F42E5D
RGB
CMYK
RGB Variations
Color information
#F42E5D (or 0xF42E5D) is known color: Radical Red. HEX triplet: F4, 2E and 5D. RGB value is (244,46,93). Sum of RGB (Red+Green+Blue) = 244+46+93=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42E5D is #0BD1A2. Grayscale: #6E6E6E. Windows color (decimal): -774563 or 6106868. OLE color: 6106868.
HSL color Cylindrical-coordinate representation of color #F42E5D: hue angle of 345.76º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42E5D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 93 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.04 |
| HSL | 345.76º | 0.9% | 0.57% | - |
| HSV(B) | 345.76º | 0.81% | 0.96% | - |
| XYZ | 40.26 | 21.98 | 12.48 | - |
| YUV | 110.56 | 118.1 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 93 | 0 | 0.81 | 0.62 | 0.04 | 345.76 | 0.9 | 0.57 |
| Hex | F4 | 2E | 5D | 0 | 51 | 3E | 4 | 15A | 5A | 39 |
| Octal | 364 | 56 | 135 | 0 | 121 | 76 | 4 | 532 | 132 | 71 |
| Binary | 11110100 | 101110 | 1011101 | 0 | 1010001 | 111110 | 100 | 101011010 | 1011010 | 111001 |
Color Harmonies of #F42E5D
Complementary color
Monochromatic Colors of #F42E5D
Black with #F42E5D
Text Example
Text Example
White with #F42E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42E5D; }
p { color: rgb(244,46,93); }
H1.HeaderClassName
{
color: #F42E5D;
}
.AnyTagClassName
{
color: #F42E5D;
}
</style>
background-color css
<style>
a { background-color: #F42E5D; }
a { background-color: rgb(244,46,93); }
div.DivClassName
{
background-color: #F42E5D;
}
.BgClassName
{
background-color: #F42E5D;
}
</style>
border-color css
<style>
span { border-color: #F42E5D; }
span { border-color: rgb(244,46,93); }
td.TdClassName
{
border-color: #F42E5D;
}
.TagClassName
{
border-color: #F42E5D;
}
</style>