Shades of Radical Red #F0505B
Tints of Radical Red #F0505B
RGB
CMYK
RGB Variations
Color information
#F0505B (or 0xF0505B) is known color: Radical Red. HEX triplet: F0, 50 and 5B. RGB value is (240,80,91). Sum of RGB (Red+Green+Blue) = 240+80+91=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0505B is #0FAFA4. Grayscale: #818181. Windows color (decimal): -1028005 or 5984496. OLE color: 5984496.
HSL color Cylindrical-coordinate representation of color #F0505B: hue angle of 355.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0505B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 91 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.06 |
| HSL | 355.88º | 0.84% | 0.63% | - |
| HSV(B) | 355.88º | 0.67% | 0.94% | - |
| XYZ | 40.69 | 25.02 | 12.58 | - |
| YUV | 129.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 91 | 0 | 0.67 | 0.62 | 0.06 | 355.88 | 0.84 | 0.63 |
| Hex | F0 | 50 | 5B | 0 | 43 | 3E | 6 | 164 | 54 | 3F |
| Octal | 360 | 120 | 133 | 0 | 103 | 76 | 6 | 544 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1011011 | 0 | 1000011 | 111110 | 110 | 101100100 | 1010100 | 111111 |
Color Harmonies of #F0505B
Complementary color
Monochromatic Colors of #F0505B
Black with #F0505B
Text Example
Text Example
White with #F0505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0505B; }
p { color: rgb(240,80,91); }
H1.HeaderClassName
{
color: #F0505B;
}
.AnyTagClassName
{
color: #F0505B;
}
</style>
background-color css
<style>
a { background-color: #F0505B; }
a { background-color: rgb(240,80,91); }
div.DivClassName
{
background-color: #F0505B;
}
.BgClassName
{
background-color: #F0505B;
}
</style>
border-color css
<style>
span { border-color: #F0505B; }
span { border-color: rgb(240,80,91); }
td.TdClassName
{
border-color: #F0505B;
}
.TagClassName
{
border-color: #F0505B;
}
</style>