Shades of Radical Red #F0405B
Tints of Radical Red #F0405B
RGB
CMYK
RGB Variations
Color information
#F0405B (or 0xF0405B) is known color: Radical Red. HEX triplet: F0, 40 and 5B. RGB value is (240,64,91). Sum of RGB (Red+Green+Blue) = 240+64+91=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0405B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0405B is #0FBFA4. Grayscale: #777777. Windows color (decimal): -1032101 or 5980400. OLE color: 5980400.
HSL color Cylindrical-coordinate representation of color #F0405B: hue angle of 350.8º 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 #F0405B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 91 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.06 |
| HSL | 350.8º | 0.85% | 0.6% | - |
| HSV(B) | 350.8º | 0.73% | 0.94% | - |
| XYZ | 39.66 | 22.95 | 12.24 | - |
| YUV | 119.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 91 | 0 | 0.73 | 0.62 | 0.06 | 350.8 | 0.85 | 0.6 |
| Hex | F0 | 40 | 5B | 0 | 49 | 3E | 6 | 15F | 55 | 3C |
| Octal | 360 | 100 | 133 | 0 | 111 | 76 | 6 | 537 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1011011 | 0 | 1001001 | 111110 | 110 | 101011111 | 1010101 | 111100 |
Color Harmonies of #F0405B
Complementary color
Monochromatic Colors of #F0405B
Black with #F0405B
Text Example
Text Example
White with #F0405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0405B; }
p { color: rgb(240,64,91); }
H1.HeaderClassName
{
color: #F0405B;
}
.AnyTagClassName
{
color: #F0405B;
}
</style>
background-color css
<style>
a { background-color: #F0405B; }
a { background-color: rgb(240,64,91); }
div.DivClassName
{
background-color: #F0405B;
}
.BgClassName
{
background-color: #F0405B;
}
</style>
border-color css
<style>
span { border-color: #F0405B; }
span { border-color: rgb(240,64,91); }
td.TdClassName
{
border-color: #F0405B;
}
.TagClassName
{
border-color: #F0405B;
}
</style>