Shades of Radical Red #F42A59
Tints of Radical Red #F42A59
RGB
CMYK
RGB Variations
Color information
#F42A59 (or 0xF42A59) is known color: Radical Red. HEX triplet: F4, 2A and 59. RGB value is (244,42,89). Sum of RGB (Red+Green+Blue) = 244+42+89=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42A59 is #0BD5A6. Grayscale: #6B6B6B. Windows color (decimal): -775591 or 5843700. OLE color: 5843700.
HSL color Cylindrical-coordinate representation of color #F42A59: hue angle of 346.04º 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 #F42A59 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 89 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.04 |
| HSL | 346.04º | 0.9% | 0.56% | - |
| HSV(B) | 346.04º | 0.83% | 0.96% | - |
| XYZ | 39.94 | 21.61 | 11.52 | - |
| YUV | 107.76 | 117.42 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 89 | 0 | 0.83 | 0.64 | 0.04 | 346.04 | 0.9 | 0.56 |
| Hex | F4 | 2A | 59 | 0 | 53 | 40 | 4 | 15A | 5A | 38 |
| Octal | 364 | 52 | 131 | 0 | 123 | 100 | 4 | 532 | 132 | 70 |
| Binary | 11110100 | 101010 | 1011001 | 0 | 1010011 | 1000000 | 100 | 101011010 | 1011010 | 111000 |
Color Harmonies of #F42A59
Complementary color
Monochromatic Colors of #F42A59
Black with #F42A59
Text Example
Text Example
White with #F42A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A59; }
p { color: rgb(244,42,89); }
H1.HeaderClassName
{
color: #F42A59;
}
.AnyTagClassName
{
color: #F42A59;
}
</style>
background-color css
<style>
a { background-color: #F42A59; }
a { background-color: rgb(244,42,89); }
div.DivClassName
{
background-color: #F42A59;
}
.BgClassName
{
background-color: #F42A59;
}
</style>
border-color css
<style>
span { border-color: #F42A59; }
span { border-color: rgb(244,42,89); }
td.TdClassName
{
border-color: #F42A59;
}
.TagClassName
{
border-color: #F42A59;
}
</style>