Shades of Radical Red #F14C5D
Tints of Radical Red #F14C5D
RGB
CMYK
RGB Variations
Color information
#F14C5D (or 0xF14C5D) is known color: Radical Red. HEX triplet: F1, 4C and 5D. RGB value is (241,76,93). Sum of RGB (Red+Green+Blue) = 241+76+93=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C5D is #0EB3A2. Grayscale: #7F7F7F. Windows color (decimal): -963491 or 6114545. OLE color: 6114545.
HSL color Cylindrical-coordinate representation of color #F14C5D: hue angle of 353.82º 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 #F14C5D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 93 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.05 |
| HSL | 353.82º | 0.85% | 0.62% | - |
| HSV(B) | 353.82º | 0.68% | 0.95% | - |
| XYZ | 40.84 | 24.66 | 12.96 | - |
| YUV | 127.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 93 | 0 | 0.68 | 0.61 | 0.05 | 353.82 | 0.85 | 0.62 |
| Hex | F1 | 4C | 5D | 0 | 44 | 3D | 5 | 162 | 55 | 3E |
| Octal | 361 | 114 | 135 | 0 | 104 | 75 | 5 | 542 | 125 | 76 |
| Binary | 11110001 | 1001100 | 1011101 | 0 | 1000100 | 111101 | 101 | 101100010 | 1010101 | 111110 |
Color Harmonies of #F14C5D
Complementary color
Monochromatic Colors of #F14C5D
Black with #F14C5D
Text Example
Text Example
White with #F14C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C5D; }
p { color: rgb(241,76,93); }
H1.HeaderClassName
{
color: #F14C5D;
}
.AnyTagClassName
{
color: #F14C5D;
}
</style>
background-color css
<style>
a { background-color: #F14C5D; }
a { background-color: rgb(241,76,93); }
div.DivClassName
{
background-color: #F14C5D;
}
.BgClassName
{
background-color: #F14C5D;
}
</style>
border-color css
<style>
span { border-color: #F14C5D; }
span { border-color: rgb(241,76,93); }
td.TdClassName
{
border-color: #F14C5D;
}
.TagClassName
{
border-color: #F14C5D;
}
</style>