Shades of Radical Red #F0416E
Tints of Radical Red #F0416E
RGB
CMYK
RGB Variations
Color information
#F0416E (or 0xF0416E) is known color: Radical Red. HEX triplet: F0, 41 and 6E. RGB value is (240,65,110). Sum of RGB (Red+Green+Blue) = 240+65+110=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0416E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0416E is #0FBE91. Grayscale: #7A7A7A. Windows color (decimal): -1031826 or 7225840. OLE color: 7225840.
HSL color Cylindrical-coordinate representation of color #F0416E: hue angle of 344.57º 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 #F0416E is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 110 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.06 |
| HSL | 344.57º | 0.85% | 0.6% | - |
| HSV(B) | 344.57º | 0.73% | 0.94% | - |
| XYZ | 40.64 | 23.43 | 17.13 | - |
| YUV | 122.46 | 120.98 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 110 | 0 | 0.73 | 0.54 | 0.06 | 344.57 | 0.85 | 0.6 |
| Hex | F0 | 41 | 6E | 0 | 49 | 36 | 6 | 159 | 55 | 3C |
| Octal | 360 | 101 | 156 | 0 | 111 | 66 | 6 | 531 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1101110 | 0 | 1001001 | 110110 | 110 | 101011001 | 1010101 | 111100 |
Color Harmonies of #F0416E
Complementary color
Monochromatic Colors of #F0416E
Black with #F0416E
Text Example
Text Example
White with #F0416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0416E; }
p { color: rgb(240,65,110); }
H1.HeaderClassName
{
color: #F0416E;
}
.AnyTagClassName
{
color: #F0416E;
}
</style>
background-color css
<style>
a { background-color: #F0416E; }
a { background-color: rgb(240,65,110); }
div.DivClassName
{
background-color: #F0416E;
}
.BgClassName
{
background-color: #F0416E;
}
</style>
border-color css
<style>
span { border-color: #F0416E; }
span { border-color: rgb(240,65,110); }
td.TdClassName
{
border-color: #F0416E;
}
.TagClassName
{
border-color: #F0416E;
}
</style>