Shades of Radical Red #F24649
Tints of Radical Red #F24649
RGB
CMYK
RGB Variations
Color information
#F24649 (or 0xF24649) is known color: Radical Red. HEX triplet: F2, 46 and 49. RGB value is (242,70,73). Sum of RGB (Red+Green+Blue) = 242+70+73=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F24649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24649 is #0DB9B6. Grayscale: #797979. Windows color (decimal): -899511 or 4802290. OLE color: 4802290.
HSL color Cylindrical-coordinate representation of color #F24649: hue angle of 358.95º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24649 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 73 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.05 |
| HSL | 358.95º | 0.87% | 0.61% | - |
| HSV(B) | 358.95º | 0.71% | 0.95% | - |
| XYZ | 40.01 | 23.74 | 8.78 | - |
| YUV | 121.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 73 | 0 | 0.71 | 0.70 | 0.05 | 358.95 | 0.87 | 0.61 |
| Hex | F2 | 46 | 49 | 0 | 47 | 46 | 5 | 167 | 57 | 3D |
| Octal | 362 | 106 | 111 | 0 | 107 | 106 | 5 | 547 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1001001 | 0 | 1000111 | 1000110 | 101 | 101100111 | 1010111 | 111101 |
Color Harmonies of #F24649
Complementary color
Monochromatic Colors of #F24649
Black with #F24649
Text Example
Text Example
White with #F24649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24649; }
p { color: rgb(242,70,73); }
H1.HeaderClassName
{
color: #F24649;
}
.AnyTagClassName
{
color: #F24649;
}
</style>
background-color css
<style>
a { background-color: #F24649; }
a { background-color: rgb(242,70,73); }
div.DivClassName
{
background-color: #F24649;
}
.BgClassName
{
background-color: #F24649;
}
</style>
border-color css
<style>
span { border-color: #F24649; }
span { border-color: rgb(242,70,73); }
td.TdClassName
{
border-color: #F24649;
}
.TagClassName
{
border-color: #F24649;
}
</style>