Shades of Radical Red #F04165
Tints of Radical Red #F04165
RGB
CMYK
RGB Variations
Color information
#F04165 (or 0xF04165) is known color: Radical Red. HEX triplet: F0, 41 and 65. RGB value is (240,65,101). Sum of RGB (Red+Green+Blue) = 240+65+101=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F04165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04165 is #0FBE9A. Grayscale: #797979. Windows color (decimal): -1031835 or 6636016. OLE color: 6636016.
HSL color Cylindrical-coordinate representation of color #F04165: hue angle of 347.66º 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 #F04165 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 101 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.06 |
| HSL | 347.66º | 0.85% | 0.6% | - |
| HSV(B) | 347.66º | 0.73% | 0.94% | - |
| XYZ | 40.17 | 23.25 | 14.68 | - |
| YUV | 121.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 101 | 0 | 0.73 | 0.58 | 0.06 | 347.66 | 0.85 | 0.6 |
| Hex | F0 | 41 | 65 | 0 | 49 | 3A | 6 | 15C | 55 | 3C |
| Octal | 360 | 101 | 145 | 0 | 111 | 72 | 6 | 534 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1100101 | 0 | 1001001 | 111010 | 110 | 101011100 | 1010101 | 111100 |
Color Harmonies of #F04165
Complementary color
Monochromatic Colors of #F04165
Black with #F04165
Text Example
Text Example
White with #F04165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04165; }
p { color: rgb(240,65,101); }
H1.HeaderClassName
{
color: #F04165;
}
.AnyTagClassName
{
color: #F04165;
}
</style>
background-color css
<style>
a { background-color: #F04165; }
a { background-color: rgb(240,65,101); }
div.DivClassName
{
background-color: #F04165;
}
.BgClassName
{
background-color: #F04165;
}
</style>
border-color css
<style>
span { border-color: #F04165; }
span { border-color: rgb(240,65,101); }
td.TdClassName
{
border-color: #F04165;
}
.TagClassName
{
border-color: #F04165;
}
</style>