Shades of Radical Red #F24160
Tints of Radical Red #F24160
RGB
CMYK
RGB Variations
Color information
#F24160 (or 0xF24160) is known color: Radical Red. HEX triplet: F2, 41 and 60. RGB value is (242,65,96). Sum of RGB (Red+Green+Blue) = 242+65+96=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F24160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24160 is #0DBE9F. Grayscale: #797979. Windows color (decimal): -900768 or 6308338. OLE color: 6308338.
HSL color Cylindrical-coordinate representation of color #F24160: hue angle of 349.49º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24160 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 96 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.05 |
| HSL | 349.49º | 0.87% | 0.6% | - |
| HSV(B) | 349.49º | 0.73% | 0.95% | - |
| XYZ | 40.62 | 23.5 | 13.46 | - |
| YUV | 121.46 | 113.64 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 96 | 0 | 0.73 | 0.60 | 0.05 | 349.49 | 0.87 | 0.6 |
| Hex | F2 | 41 | 60 | 0 | 49 | 3C | 5 | 15D | 57 | 3C |
| Octal | 362 | 101 | 140 | 0 | 111 | 74 | 5 | 535 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1100000 | 0 | 1001001 | 111100 | 101 | 101011101 | 1010111 | 111100 |
Color Harmonies of #F24160
Complementary color
Monochromatic Colors of #F24160
Black with #F24160
Text Example
Text Example
White with #F24160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24160; }
p { color: rgb(242,65,96); }
H1.HeaderClassName
{
color: #F24160;
}
.AnyTagClassName
{
color: #F24160;
}
</style>
background-color css
<style>
a { background-color: #F24160; }
a { background-color: rgb(242,65,96); }
div.DivClassName
{
background-color: #F24160;
}
.BgClassName
{
background-color: #F24160;
}
</style>
border-color css
<style>
span { border-color: #F24160; }
span { border-color: rgb(242,65,96); }
td.TdClassName
{
border-color: #F24160;
}
.TagClassName
{
border-color: #F24160;
}
</style>