Shades of Radical Red #F42F5E
Tints of Radical Red #F42F5E
RGB
CMYK
RGB Variations
Color information
#F42F5E (or 0xF42F5E) is known color: Radical Red. HEX triplet: F4, 2F and 5E. RGB value is (244,47,94). Sum of RGB (Red+Green+Blue) = 244+47+94=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F5E is #0BD0A1. Grayscale: #6F6F6F. Windows color (decimal): -774306 or 6172660. OLE color: 6172660.
HSL color Cylindrical-coordinate representation of color #F42F5E: hue angle of 345.69º 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 #F42F5E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 94 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.04 |
| HSL | 345.69º | 0.9% | 0.57% | - |
| HSV(B) | 345.69º | 0.81% | 0.96% | - |
| XYZ | 40.35 | 22.07 | 12.72 | - |
| YUV | 111.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 94 | 0 | 0.81 | 0.61 | 0.04 | 345.69 | 0.9 | 0.57 |
| Hex | F4 | 2F | 5E | 0 | 51 | 3D | 4 | 15A | 5A | 39 |
| Octal | 364 | 57 | 136 | 0 | 121 | 75 | 4 | 532 | 132 | 71 |
| Binary | 11110100 | 101111 | 1011110 | 0 | 1010001 | 111101 | 100 | 101011010 | 1011010 | 111001 |
Color Harmonies of #F42F5E
Complementary color
Monochromatic Colors of #F42F5E
Black with #F42F5E
Text Example
Text Example
White with #F42F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F5E; }
p { color: rgb(244,47,94); }
H1.HeaderClassName
{
color: #F42F5E;
}
.AnyTagClassName
{
color: #F42F5E;
}
</style>
background-color css
<style>
a { background-color: #F42F5E; }
a { background-color: rgb(244,47,94); }
div.DivClassName
{
background-color: #F42F5E;
}
.BgClassName
{
background-color: #F42F5E;
}
</style>
border-color css
<style>
span { border-color: #F42F5E; }
span { border-color: rgb(244,47,94); }
td.TdClassName
{
border-color: #F42F5E;
}
.TagClassName
{
border-color: #F42F5E;
}
</style>