Shades of Radical Red #F0416F
Tints of Radical Red #F0416F
RGB
CMYK
RGB Variations
Color information
#F0416F (or 0xF0416F) is known color: Radical Red. HEX triplet: F0, 41 and 6F. RGB value is (240,65,111). Sum of RGB (Red+Green+Blue) = 240+65+111=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0416F is #0FBE90. Grayscale: #7A7A7A. Windows color (decimal): -1031825 or 7291376. OLE color: 7291376.
HSL color Cylindrical-coordinate representation of color #F0416F: hue angle of 344.23º 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 #F0416F is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 111 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.06 |
| HSL | 344.23º | 0.85% | 0.6% | - |
| HSV(B) | 344.23º | 0.73% | 0.94% | - |
| XYZ | 40.69 | 23.45 | 17.42 | - |
| YUV | 122.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 111 | 0 | 0.73 | 0.54 | 0.06 | 344.23 | 0.85 | 0.6 |
| Hex | F0 | 41 | 6F | 0 | 49 | 36 | 6 | 158 | 55 | 3C |
| Octal | 360 | 101 | 157 | 0 | 111 | 66 | 6 | 530 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1101111 | 0 | 1001001 | 110110 | 110 | 101011000 | 1010101 | 111100 |
Color Harmonies of #F0416F
Complementary color
Monochromatic Colors of #F0416F
Black with #F0416F
Text Example
Text Example
White with #F0416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0416F; }
p { color: rgb(240,65,111); }
H1.HeaderClassName
{
color: #F0416F;
}
.AnyTagClassName
{
color: #F0416F;
}
</style>
background-color css
<style>
a { background-color: #F0416F; }
a { background-color: rgb(240,65,111); }
div.DivClassName
{
background-color: #F0416F;
}
.BgClassName
{
background-color: #F0416F;
}
</style>
border-color css
<style>
span { border-color: #F0416F; }
span { border-color: rgb(240,65,111); }
td.TdClassName
{
border-color: #F0416F;
}
.TagClassName
{
border-color: #F0416F;
}
</style>