Shades of Radical Red #F0405D
Tints of Radical Red #F0405D
RGB
CMYK
RGB Variations
Color information
#F0405D (or 0xF0405D) is known color: Radical Red. HEX triplet: F0, 40 and 5D. RGB value is (240,64,93). Sum of RGB (Red+Green+Blue) = 240+64+93=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0405D is #0FBFA2. Grayscale: #777777. Windows color (decimal): -1032099 or 6111472. OLE color: 6111472.
HSL color Cylindrical-coordinate representation of color #F0405D: hue angle of 350.11º 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 #F0405D is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 93 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.06 |
| HSL | 350.11º | 0.85% | 0.6% | - |
| HSV(B) | 350.11º | 0.73% | 0.94% | - |
| XYZ | 39.74 | 22.98 | 12.7 | - |
| YUV | 119.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 93 | 0 | 0.73 | 0.61 | 0.06 | 350.11 | 0.85 | 0.6 |
| Hex | F0 | 40 | 5D | 0 | 49 | 3D | 6 | 15E | 55 | 3C |
| Octal | 360 | 100 | 135 | 0 | 111 | 75 | 6 | 536 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1011101 | 0 | 1001001 | 111101 | 110 | 101011110 | 1010101 | 111100 |
Color Harmonies of #F0405D
Complementary color
Monochromatic Colors of #F0405D
Black with #F0405D
Text Example
Text Example
White with #F0405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0405D; }
p { color: rgb(240,64,93); }
H1.HeaderClassName
{
color: #F0405D;
}
.AnyTagClassName
{
color: #F0405D;
}
</style>
background-color css
<style>
a { background-color: #F0405D; }
a { background-color: rgb(240,64,93); }
div.DivClassName
{
background-color: #F0405D;
}
.BgClassName
{
background-color: #F0405D;
}
</style>
border-color css
<style>
span { border-color: #F0405D; }
span { border-color: rgb(240,64,93); }
td.TdClassName
{
border-color: #F0405D;
}
.TagClassName
{
border-color: #F0405D;
}
</style>