Shades of Radical Red #F0405A
Tints of Radical Red #F0405A
RGB
CMYK
RGB Variations
Color information
#F0405A (or 0xF0405A) is known color: Radical Red. HEX triplet: F0, 40 and 5A. RGB value is (240,64,90). Sum of RGB (Red+Green+Blue) = 240+64+90=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F0405A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0405A is #0FBFA5. Grayscale: #777777. Windows color (decimal): -1032102 or 5914864. OLE color: 5914864.
HSL color Cylindrical-coordinate representation of color #F0405A: hue angle of 351.14º 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 #F0405A is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 90 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.06 |
| HSL | 351.14º | 0.85% | 0.6% | - |
| HSV(B) | 351.14º | 0.73% | 0.94% | - |
| XYZ | 39.61 | 22.93 | 12.01 | - |
| YUV | 119.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 90 | 0 | 0.73 | 0.62 | 0.06 | 351.14 | 0.85 | 0.6 |
| Hex | F0 | 40 | 5A | 0 | 49 | 3E | 6 | 15F | 55 | 3C |
| Octal | 360 | 100 | 132 | 0 | 111 | 76 | 6 | 537 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1011010 | 0 | 1001001 | 111110 | 110 | 101011111 | 1010101 | 111100 |
Color Harmonies of #F0405A
Complementary color
Monochromatic Colors of #F0405A
Black with #F0405A
Text Example
Text Example
White with #F0405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0405A; }
p { color: rgb(240,64,90); }
H1.HeaderClassName
{
color: #F0405A;
}
.AnyTagClassName
{
color: #F0405A;
}
</style>
background-color css
<style>
a { background-color: #F0405A; }
a { background-color: rgb(240,64,90); }
div.DivClassName
{
background-color: #F0405A;
}
.BgClassName
{
background-color: #F0405A;
}
</style>
border-color css
<style>
span { border-color: #F0405A; }
span { border-color: rgb(240,64,90); }
td.TdClassName
{
border-color: #F0405A;
}
.TagClassName
{
border-color: #F0405A;
}
</style>