Shades of Radical Red #F24168
Tints of Radical Red #F24168
RGB
CMYK
RGB Variations
Color information
#F24168 (or 0xF24168) is known color: Radical Red. HEX triplet: F2, 41 and 68. RGB value is (242,65,104). Sum of RGB (Red+Green+Blue) = 242+65+104=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F24168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24168 is #0DBE97. Grayscale: #7A7A7A. Windows color (decimal): -900760 or 6832626. OLE color: 6832626.
HSL color Cylindrical-coordinate representation of color #F24168: hue angle of 346.78º 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 #F24168 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 104 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.05 |
| HSL | 346.78º | 0.87% | 0.6% | - |
| HSV(B) | 346.78º | 0.73% | 0.95% | - |
| XYZ | 41.01 | 23.66 | 15.5 | - |
| YUV | 122.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 104 | 0 | 0.73 | 0.57 | 0.05 | 346.78 | 0.87 | 0.6 |
| Hex | F2 | 41 | 68 | 0 | 49 | 39 | 5 | 15B | 57 | 3C |
| Octal | 362 | 101 | 150 | 0 | 111 | 71 | 5 | 533 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1101000 | 0 | 1001001 | 111001 | 101 | 101011011 | 1010111 | 111100 |
Color Harmonies of #F24168
Complementary color
Monochromatic Colors of #F24168
Black with #F24168
Text Example
Text Example
White with #F24168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24168; }
p { color: rgb(242,65,104); }
H1.HeaderClassName
{
color: #F24168;
}
.AnyTagClassName
{
color: #F24168;
}
</style>
background-color css
<style>
a { background-color: #F24168; }
a { background-color: rgb(242,65,104); }
div.DivClassName
{
background-color: #F24168;
}
.BgClassName
{
background-color: #F24168;
}
</style>
border-color css
<style>
span { border-color: #F24168; }
span { border-color: rgb(242,65,104); }
td.TdClassName
{
border-color: #F24168;
}
.TagClassName
{
border-color: #F24168;
}
</style>