Shades of Radical Red #F1376D
Tints of Radical Red #F1376D
RGB
CMYK
RGB Variations
Color information
#F1376D (or 0xF1376D) is known color: Radical Red. HEX triplet: F1, 37 and 6D. RGB value is (241,55,109). Sum of RGB (Red+Green+Blue) = 241+55+109=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1376D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1376D is #0EC892. Grayscale: #747474. Windows color (decimal): -968851 or 7157745. OLE color: 7157745.
HSL color Cylindrical-coordinate representation of color #F1376D: hue angle of 342.58º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1376D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 109 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.05 |
| HSL | 342.58º | 0.87% | 0.58% | - |
| HSV(B) | 342.58º | 0.77% | 0.95% | - |
| XYZ | 40.4 | 22.54 | 16.69 | - |
| YUV | 116.77 | 123.62 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 109 | 0 | 0.77 | 0.55 | 0.05 | 342.58 | 0.87 | 0.58 |
| Hex | F1 | 37 | 6D | 0 | 4D | 37 | 5 | 157 | 57 | 3A |
| Octal | 361 | 67 | 155 | 0 | 115 | 67 | 5 | 527 | 127 | 72 |
| Binary | 11110001 | 110111 | 1101101 | 0 | 1001101 | 110111 | 101 | 101010111 | 1010111 | 111010 |
Color Harmonies of #F1376D
Complementary color
Monochromatic Colors of #F1376D
Black with #F1376D
Text Example
Text Example
White with #F1376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1376D; }
p { color: rgb(241,55,109); }
H1.HeaderClassName
{
color: #F1376D;
}
.AnyTagClassName
{
color: #F1376D;
}
</style>
background-color css
<style>
a { background-color: #F1376D; }
a { background-color: rgb(241,55,109); }
div.DivClassName
{
background-color: #F1376D;
}
.BgClassName
{
background-color: #F1376D;
}
</style>
border-color css
<style>
span { border-color: #F1376D; }
span { border-color: rgb(241,55,109); }
td.TdClassName
{
border-color: #F1376D;
}
.TagClassName
{
border-color: #F1376D;
}
</style>