Shades of Radical Red #F1405B
Tints of Radical Red #F1405B
RGB
CMYK
RGB Variations
Color information
#F1405B (or 0xF1405B) is known color: Radical Red. HEX triplet: F1, 40 and 5B. RGB value is (241,64,91). Sum of RGB (Red+Green+Blue) = 241+64+91=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F1405B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1405B is #0EBFA4. Grayscale: #787878. Windows color (decimal): -966565 or 5980401. OLE color: 5980401.
HSL color Cylindrical-coordinate representation of color #F1405B: hue angle of 350.85º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1405B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 91 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.05 |
| HSL | 350.85º | 0.86% | 0.6% | - |
| HSV(B) | 350.85º | 0.73% | 0.95% | - |
| XYZ | 40 | 23.12 | 12.25 | - |
| YUV | 120 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 91 | 0 | 0.73 | 0.62 | 0.05 | 350.85 | 0.86 | 0.6 |
| Hex | F1 | 40 | 5B | 0 | 49 | 3E | 5 | 15F | 56 | 3C |
| Octal | 361 | 100 | 133 | 0 | 111 | 76 | 5 | 537 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1011011 | 0 | 1001001 | 111110 | 101 | 101011111 | 1010110 | 111100 |
Color Harmonies of #F1405B
Complementary color
Monochromatic Colors of #F1405B
Black with #F1405B
Text Example
Text Example
White with #F1405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1405B; }
p { color: rgb(241,64,91); }
H1.HeaderClassName
{
color: #F1405B;
}
.AnyTagClassName
{
color: #F1405B;
}
</style>
background-color css
<style>
a { background-color: #F1405B; }
a { background-color: rgb(241,64,91); }
div.DivClassName
{
background-color: #F1405B;
}
.BgClassName
{
background-color: #F1405B;
}
</style>
border-color css
<style>
span { border-color: #F1405B; }
span { border-color: rgb(241,64,91); }
td.TdClassName
{
border-color: #F1405B;
}
.TagClassName
{
border-color: #F1405B;
}
</style>