Shades of Radical Red #F24151
Tints of Radical Red #F24151
RGB
CMYK
RGB Variations
Color information
#F24151 (or 0xF24151) is known color: Radical Red. HEX triplet: F2, 41 and 51. RGB value is (242,65,81). Sum of RGB (Red+Green+Blue) = 242+65+81=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F24151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24151 is #0DBEAE. Grayscale: #777777. Windows color (decimal): -900783 or 5325298. OLE color: 5325298.
HSL color Cylindrical-coordinate representation of color #F24151: hue angle of 354.58º 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 #F24151 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 81 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.05 |
| HSL | 354.58º | 0.87% | 0.6% | - |
| HSV(B) | 354.58º | 0.73% | 0.95% | - |
| XYZ | 39.99 | 23.25 | 10.16 | - |
| YUV | 119.75 | 106.14 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 81 | 0 | 0.73 | 0.67 | 0.05 | 354.58 | 0.87 | 0.6 |
| Hex | F2 | 41 | 51 | 0 | 49 | 43 | 5 | 163 | 57 | 3C |
| Octal | 362 | 101 | 121 | 0 | 111 | 103 | 5 | 543 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1010001 | 0 | 1001001 | 1000011 | 101 | 101100011 | 1010111 | 111100 |
Color Harmonies of #F24151
Complementary color
Monochromatic Colors of #F24151
Black with #F24151
Text Example
Text Example
White with #F24151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24151; }
p { color: rgb(242,65,81); }
H1.HeaderClassName
{
color: #F24151;
}
.AnyTagClassName
{
color: #F24151;
}
</style>
background-color css
<style>
a { background-color: #F24151; }
a { background-color: rgb(242,65,81); }
div.DivClassName
{
background-color: #F24151;
}
.BgClassName
{
background-color: #F24151;
}
</style>
border-color css
<style>
span { border-color: #F24151; }
span { border-color: rgb(242,65,81); }
td.TdClassName
{
border-color: #F24151;
}
.TagClassName
{
border-color: #F24151;
}
</style>