Shades of Radical Red #F42E6D
Tints of Radical Red #F42E6D
RGB
CMYK
RGB Variations
Color information
#F42E6D (or 0xF42E6D) is known color: Radical Red. HEX triplet: F4, 2E and 6D. RGB value is (244,46,109). Sum of RGB (Red+Green+Blue) = 244+46+109=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42E6D is #0BD192. Grayscale: #707070. Windows color (decimal): -774547 or 7155444. OLE color: 7155444.
HSL color Cylindrical-coordinate representation of color #F42E6D: hue angle of 340.91º 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 #F42E6D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 109 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.04 |
| HSL | 340.91º | 0.9% | 0.57% | - |
| HSV(B) | 340.91º | 0.81% | 0.96% | - |
| XYZ | 41.05 | 22.29 | 16.61 | - |
| YUV | 112.38 | 126.1 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 109 | 0 | 0.81 | 0.55 | 0.04 | 340.91 | 0.9 | 0.57 |
| Hex | F4 | 2E | 6D | 0 | 51 | 37 | 4 | 155 | 5A | 39 |
| Octal | 364 | 56 | 155 | 0 | 121 | 67 | 4 | 525 | 132 | 71 |
| Binary | 11110100 | 101110 | 1101101 | 0 | 1010001 | 110111 | 100 | 101010101 | 1011010 | 111001 |
Color Harmonies of #F42E6D
Complementary color
Monochromatic Colors of #F42E6D
Black with #F42E6D
Text Example
Text Example
White with #F42E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42E6D; }
p { color: rgb(244,46,109); }
H1.HeaderClassName
{
color: #F42E6D;
}
.AnyTagClassName
{
color: #F42E6D;
}
</style>
background-color css
<style>
a { background-color: #F42E6D; }
a { background-color: rgb(244,46,109); }
div.DivClassName
{
background-color: #F42E6D;
}
.BgClassName
{
background-color: #F42E6D;
}
</style>
border-color css
<style>
span { border-color: #F42E6D; }
span { border-color: rgb(244,46,109); }
td.TdClassName
{
border-color: #F42E6D;
}
.TagClassName
{
border-color: #F42E6D;
}
</style>