Shades of Radical Red #F1505B
Tints of Radical Red #F1505B
RGB
CMYK
RGB Variations
Color information
#F1505B (or 0xF1505B) is known color: Radical Red. HEX triplet: F1, 50 and 5B. RGB value is (241,80,91). Sum of RGB (Red+Green+Blue) = 241+80+91=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F1505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1505B is #0EAFA4. Grayscale: #818181. Windows color (decimal): -962469 or 5984497. OLE color: 5984497.
HSL color Cylindrical-coordinate representation of color #F1505B: hue angle of 355.9º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1505B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 91 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.05 |
| HSL | 355.9º | 0.85% | 0.63% | - |
| HSV(B) | 355.9º | 0.67% | 0.95% | - |
| XYZ | 41.03 | 25.19 | 12.6 | - |
| YUV | 129.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 91 | 0 | 0.67 | 0.62 | 0.05 | 355.9 | 0.85 | 0.63 |
| Hex | F1 | 50 | 5B | 0 | 43 | 3E | 5 | 164 | 55 | 3F |
| Octal | 361 | 120 | 133 | 0 | 103 | 76 | 5 | 544 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1011011 | 0 | 1000011 | 111110 | 101 | 101100100 | 1010101 | 111111 |
Color Harmonies of #F1505B
Complementary color
Monochromatic Colors of #F1505B
Black with #F1505B
Text Example
Text Example
White with #F1505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1505B; }
p { color: rgb(241,80,91); }
H1.HeaderClassName
{
color: #F1505B;
}
.AnyTagClassName
{
color: #F1505B;
}
</style>
background-color css
<style>
a { background-color: #F1505B; }
a { background-color: rgb(241,80,91); }
div.DivClassName
{
background-color: #F1505B;
}
.BgClassName
{
background-color: #F1505B;
}
</style>
border-color css
<style>
span { border-color: #F1505B; }
span { border-color: rgb(241,80,91); }
td.TdClassName
{
border-color: #F1505B;
}
.TagClassName
{
border-color: #F1505B;
}
</style>