Shades of Radical Red #F04168
Tints of Radical Red #F04168
RGB
CMYK
RGB Variations
Color information
#F04168 (or 0xF04168) is known color: Radical Red. HEX triplet: F0, 41 and 68. RGB value is (240,65,104). Sum of RGB (Red+Green+Blue) = 240+65+104=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F04168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04168 is #0FBE97. Grayscale: #797979. Windows color (decimal): -1031832 or 6832624. OLE color: 6832624.
HSL color Cylindrical-coordinate representation of color #F04168: hue angle of 346.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04168 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 104 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.06 |
| HSL | 346.63º | 0.85% | 0.6% | - |
| HSV(B) | 346.63º | 0.73% | 0.94% | - |
| XYZ | 40.32 | 23.31 | 15.47 | - |
| YUV | 121.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 104 | 0 | 0.73 | 0.57 | 0.06 | 346.63 | 0.85 | 0.6 |
| Hex | F0 | 41 | 68 | 0 | 49 | 39 | 6 | 15B | 55 | 3C |
| Octal | 360 | 101 | 150 | 0 | 111 | 71 | 6 | 533 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1101000 | 0 | 1001001 | 111001 | 110 | 101011011 | 1010101 | 111100 |
Color Harmonies of #F04168
Complementary color
Monochromatic Colors of #F04168
Black with #F04168
Text Example
Text Example
White with #F04168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04168; }
p { color: rgb(240,65,104); }
H1.HeaderClassName
{
color: #F04168;
}
.AnyTagClassName
{
color: #F04168;
}
</style>
background-color css
<style>
a { background-color: #F04168; }
a { background-color: rgb(240,65,104); }
div.DivClassName
{
background-color: #F04168;
}
.BgClassName
{
background-color: #F04168;
}
</style>
border-color css
<style>
span { border-color: #F04168; }
span { border-color: rgb(240,65,104); }
td.TdClassName
{
border-color: #F04168;
}
.TagClassName
{
border-color: #F04168;
}
</style>