Shades of Radical Red #F42959
Tints of Radical Red #F42959
RGB
CMYK
RGB Variations
Color information
#F42959 (or 0xF42959) is known color: Radical Red. HEX triplet: F4, 29 and 59. RGB value is (244,41,89). Sum of RGB (Red+Green+Blue) = 244+41+89=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F42959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42959 is #0BD6A6. Grayscale: #6B6B6B. Windows color (decimal): -775847 or 5843444. OLE color: 5843444.
HSL color Cylindrical-coordinate representation of color #F42959: hue angle of 345.81º 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 #F42959 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 89 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.04 |
| HSL | 345.81º | 0.9% | 0.56% | - |
| HSV(B) | 345.81º | 0.83% | 0.96% | - |
| XYZ | 39.9 | 21.54 | 11.51 | - |
| YUV | 107.17 | 117.75 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 89 | 0 | 0.83 | 0.64 | 0.04 | 345.81 | 0.9 | 0.56 |
| Hex | F4 | 29 | 59 | 0 | 53 | 40 | 4 | 15A | 5A | 38 |
| Octal | 364 | 51 | 131 | 0 | 123 | 100 | 4 | 532 | 132 | 70 |
| Binary | 11110100 | 101001 | 1011001 | 0 | 1010011 | 1000000 | 100 | 101011010 | 1011010 | 111000 |
Color Harmonies of #F42959
Complementary color
Monochromatic Colors of #F42959
Black with #F42959
Text Example
Text Example
White with #F42959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42959; }
p { color: rgb(244,41,89); }
H1.HeaderClassName
{
color: #F42959;
}
.AnyTagClassName
{
color: #F42959;
}
</style>
background-color css
<style>
a { background-color: #F42959; }
a { background-color: rgb(244,41,89); }
div.DivClassName
{
background-color: #F42959;
}
.BgClassName
{
background-color: #F42959;
}
</style>
border-color css
<style>
span { border-color: #F42959; }
span { border-color: rgb(244,41,89); }
td.TdClassName
{
border-color: #F42959;
}
.TagClassName
{
border-color: #F42959;
}
</style>