Shades of Radical Red #F14D4E
Tints of Radical Red #F14D4E
RGB
CMYK
RGB Variations
Color information
#F14D4E (or 0xF14D4E) is known color: Radical Red. HEX triplet: F1, 4D and 4E. RGB value is (241,77,78). Sum of RGB (Red+Green+Blue) = 241+77+78=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D4E is #0EB2B1. Grayscale: #7E7E7E. Windows color (decimal): -963250 or 5131761. OLE color: 5131761.
HSL color Cylindrical-coordinate representation of color #F14D4E: hue angle of 359.63º 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 #F14D4E is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 78 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.05 |
| HSL | 359.63º | 0.85% | 0.62% | - |
| HSV(B) | 359.63º | 0.68% | 0.95% | - |
| XYZ | 40.3 | 24.56 | 9.82 | - |
| YUV | 126.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 78 | 0 | 0.68 | 0.68 | 0.05 | 359.63 | 0.85 | 0.62 |
| Hex | F1 | 4D | 4E | 0 | 44 | 44 | 5 | 168 | 55 | 3E |
| Octal | 361 | 115 | 116 | 0 | 104 | 104 | 5 | 550 | 125 | 76 |
| Binary | 11110001 | 1001101 | 1001110 | 0 | 1000100 | 1000100 | 101 | 101101000 | 1010101 | 111110 |
Color Harmonies of #F14D4E
Complementary color
Monochromatic Colors of #F14D4E
Black with #F14D4E
Text Example
Text Example
White with #F14D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D4E; }
p { color: rgb(241,77,78); }
H1.HeaderClassName
{
color: #F14D4E;
}
.AnyTagClassName
{
color: #F14D4E;
}
</style>
background-color css
<style>
a { background-color: #F14D4E; }
a { background-color: rgb(241,77,78); }
div.DivClassName
{
background-color: #F14D4E;
}
.BgClassName
{
background-color: #F14D4E;
}
</style>
border-color css
<style>
span { border-color: #F14D4E; }
span { border-color: rgb(241,77,78); }
td.TdClassName
{
border-color: #F14D4E;
}
.TagClassName
{
border-color: #F14D4E;
}
</style>