Shades of Radical Red #F0405F
Tints of Radical Red #F0405F
RGB
CMYK
RGB Variations
Color information
#F0405F (or 0xF0405F) is known color: Radical Red. HEX triplet: F0, 40 and 5F. RGB value is (240,64,95). Sum of RGB (Red+Green+Blue) = 240+64+95=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0405F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0405F is #0FBFA0. Grayscale: #787878. Windows color (decimal): -1032097 or 6242544. OLE color: 6242544.
HSL color Cylindrical-coordinate representation of color #F0405F: hue angle of 349.43º 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 #F0405F is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 95 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.06 |
| HSL | 349.43º | 0.85% | 0.6% | - |
| HSV(B) | 349.43º | 0.73% | 0.94% | - |
| XYZ | 39.83 | 23.02 | 13.17 | - |
| YUV | 120.16 | 113.81 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 95 | 0 | 0.73 | 0.60 | 0.06 | 349.43 | 0.85 | 0.6 |
| Hex | F0 | 40 | 5F | 0 | 49 | 3C | 6 | 15D | 55 | 3C |
| Octal | 360 | 100 | 137 | 0 | 111 | 74 | 6 | 535 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1011111 | 0 | 1001001 | 111100 | 110 | 101011101 | 1010101 | 111100 |
Color Harmonies of #F0405F
Complementary color
Monochromatic Colors of #F0405F
Black with #F0405F
Text Example
Text Example
White with #F0405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0405F; }
p { color: rgb(240,64,95); }
H1.HeaderClassName
{
color: #F0405F;
}
.AnyTagClassName
{
color: #F0405F;
}
</style>
background-color css
<style>
a { background-color: #F0405F; }
a { background-color: rgb(240,64,95); }
div.DivClassName
{
background-color: #F0405F;
}
.BgClassName
{
background-color: #F0405F;
}
</style>
border-color css
<style>
span { border-color: #F0405F; }
span { border-color: rgb(240,64,95); }
td.TdClassName
{
border-color: #F0405F;
}
.TagClassName
{
border-color: #F0405F;
}
</style>