Shades of Radical Red #F24164
Tints of Radical Red #F24164
RGB
CMYK
RGB Variations
Color information
#F24164 (or 0xF24164) is known color: Radical Red. HEX triplet: F2, 41 and 64. RGB value is (242,65,100). Sum of RGB (Red+Green+Blue) = 242+65+100=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F24164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24164 is #0DBE9B. Grayscale: #797979. Windows color (decimal): -900764 or 6570482. OLE color: 6570482.
HSL color Cylindrical-coordinate representation of color #F24164: hue angle of 348.14º 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 #F24164 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 100 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.05 |
| HSL | 348.14º | 0.87% | 0.6% | - |
| HSV(B) | 348.14º | 0.73% | 0.95% | - |
| XYZ | 40.81 | 23.58 | 14.46 | - |
| YUV | 121.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 100 | 0 | 0.73 | 0.59 | 0.05 | 348.14 | 0.87 | 0.6 |
| Hex | F2 | 41 | 64 | 0 | 49 | 3B | 5 | 15C | 57 | 3C |
| Octal | 362 | 101 | 144 | 0 | 111 | 73 | 5 | 534 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1100100 | 0 | 1001001 | 111011 | 101 | 101011100 | 1010111 | 111100 |
Color Harmonies of #F24164
Complementary color
Monochromatic Colors of #F24164
Black with #F24164
Text Example
Text Example
White with #F24164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24164; }
p { color: rgb(242,65,100); }
H1.HeaderClassName
{
color: #F24164;
}
.AnyTagClassName
{
color: #F24164;
}
</style>
background-color css
<style>
a { background-color: #F24164; }
a { background-color: rgb(242,65,100); }
div.DivClassName
{
background-color: #F24164;
}
.BgClassName
{
background-color: #F24164;
}
</style>
border-color css
<style>
span { border-color: #F24164; }
span { border-color: rgb(242,65,100); }
td.TdClassName
{
border-color: #F24164;
}
.TagClassName
{
border-color: #F24164;
}
</style>