Shades of Radical Red #F24260
Tints of Radical Red #F24260
RGB
CMYK
RGB Variations
Color information
#F24260 (or 0xF24260) is known color: Radical Red. HEX triplet: F2, 42 and 60. RGB value is (242,66,96). Sum of RGB (Red+Green+Blue) = 242+66+96=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F24260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24260 is #0DBD9F. Grayscale: #7A7A7A. Windows color (decimal): -900512 or 6308594. OLE color: 6308594.
HSL color Cylindrical-coordinate representation of color #F24260: hue angle of 349.77º 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 #F24260 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 96 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.05 |
| HSL | 349.77º | 0.87% | 0.6% | - |
| HSV(B) | 349.77º | 0.73% | 0.95% | - |
| XYZ | 40.68 | 23.62 | 13.48 | - |
| YUV | 122.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 96 | 0 | 0.73 | 0.60 | 0.05 | 349.77 | 0.87 | 0.6 |
| Hex | F2 | 42 | 60 | 0 | 49 | 3C | 5 | 15E | 57 | 3C |
| Octal | 362 | 102 | 140 | 0 | 111 | 74 | 5 | 536 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1100000 | 0 | 1001001 | 111100 | 101 | 101011110 | 1010111 | 111100 |
Color Harmonies of #F24260
Complementary color
Monochromatic Colors of #F24260
Black with #F24260
Text Example
Text Example
White with #F24260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24260; }
p { color: rgb(242,66,96); }
H1.HeaderClassName
{
color: #F24260;
}
.AnyTagClassName
{
color: #F24260;
}
</style>
background-color css
<style>
a { background-color: #F24260; }
a { background-color: rgb(242,66,96); }
div.DivClassName
{
background-color: #F24260;
}
.BgClassName
{
background-color: #F24260;
}
</style>
border-color css
<style>
span { border-color: #F24260; }
span { border-color: rgb(242,66,96); }
td.TdClassName
{
border-color: #F24260;
}
.TagClassName
{
border-color: #F24260;
}
</style>