Shades of Radical Red #F14C5E
Tints of Radical Red #F14C5E
RGB
CMYK
RGB Variations
Color information
#F14C5E (or 0xF14C5E) is known color: Radical Red. HEX triplet: F1, 4C and 5E. RGB value is (241,76,94). Sum of RGB (Red+Green+Blue) = 241+76+94=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C5E is #0EB3A1. Grayscale: #7F7F7F. Windows color (decimal): -963490 or 6180081. OLE color: 6180081.
HSL color Cylindrical-coordinate representation of color #F14C5E: hue angle of 353.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14C5E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 94 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.05 |
| HSL | 353.45º | 0.85% | 0.62% | - |
| HSV(B) | 353.45º | 0.68% | 0.95% | - |
| XYZ | 40.88 | 24.68 | 13.2 | - |
| YUV | 127.39 | 109.16 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 94 | 0 | 0.68 | 0.61 | 0.05 | 353.45 | 0.85 | 0.62 |
| Hex | F1 | 4C | 5E | 0 | 44 | 3D | 5 | 161 | 55 | 3E |
| Octal | 361 | 114 | 136 | 0 | 104 | 75 | 5 | 541 | 125 | 76 |
| Binary | 11110001 | 1001100 | 1011110 | 0 | 1000100 | 111101 | 101 | 101100001 | 1010101 | 111110 |
Color Harmonies of #F14C5E
Complementary color
Monochromatic Colors of #F14C5E
Black with #F14C5E
Text Example
Text Example
White with #F14C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C5E; }
p { color: rgb(241,76,94); }
H1.HeaderClassName
{
color: #F14C5E;
}
.AnyTagClassName
{
color: #F14C5E;
}
</style>
background-color css
<style>
a { background-color: #F14C5E; }
a { background-color: rgb(241,76,94); }
div.DivClassName
{
background-color: #F14C5E;
}
.BgClassName
{
background-color: #F14C5E;
}
</style>
border-color css
<style>
span { border-color: #F14C5E; }
span { border-color: rgb(241,76,94); }
td.TdClassName
{
border-color: #F14C5E;
}
.TagClassName
{
border-color: #F14C5E;
}
</style>