Shades of Radical Red #F24748
Tints of Radical Red #F24748
RGB
CMYK
RGB Variations
Color information
#F24748 (or 0xF24748) is known color: Radical Red. HEX triplet: F2, 47 and 48. RGB value is (242,71,72). Sum of RGB (Red+Green+Blue) = 242+71+72=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F24748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24748 is #0DB8B7. Grayscale: #7A7A7A. Windows color (decimal): -899256 or 4737010. OLE color: 4737010.
HSL color Cylindrical-coordinate representation of color #F24748: hue angle of 359.65º 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 #F24748 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 72 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.05 |
| HSL | 359.65º | 0.87% | 0.61% | - |
| HSV(B) | 359.65º | 0.71% | 0.95% | - |
| XYZ | 40.04 | 23.85 | 8.62 | - |
| YUV | 122.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 72 | 0 | 0.71 | 0.70 | 0.05 | 359.65 | 0.87 | 0.61 |
| Hex | F2 | 47 | 48 | 0 | 47 | 46 | 5 | 168 | 57 | 3D |
| Octal | 362 | 107 | 110 | 0 | 107 | 106 | 5 | 550 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1001000 | 0 | 1000111 | 1000110 | 101 | 101101000 | 1010111 | 111101 |
Color Harmonies of #F24748
Complementary color
Monochromatic Colors of #F24748
Black with #F24748
Text Example
Text Example
White with #F24748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24748; }
p { color: rgb(242,71,72); }
H1.HeaderClassName
{
color: #F24748;
}
.AnyTagClassName
{
color: #F24748;
}
</style>
background-color css
<style>
a { background-color: #F24748; }
a { background-color: rgb(242,71,72); }
div.DivClassName
{
background-color: #F24748;
}
.BgClassName
{
background-color: #F24748;
}
</style>
border-color css
<style>
span { border-color: #F24748; }
span { border-color: rgb(242,71,72); }
td.TdClassName
{
border-color: #F24748;
}
.TagClassName
{
border-color: #F24748;
}
</style>