Shades of Radical Red #F14E60
Tints of Radical Red #F14E60
RGB
CMYK
RGB Variations
Color information
#F14E60 (or 0xF14E60) is known color: Radical Red. HEX triplet: F1, 4E and 60. RGB value is (241,78,96). Sum of RGB (Red+Green+Blue) = 241+78+96=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E60 is #0EB19F. Grayscale: #808080. Windows color (decimal): -962976 or 6311665. OLE color: 6311665.
HSL color Cylindrical-coordinate representation of color #F14E60: hue angle of 353.37º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E60 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 96 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.05 |
| HSL | 353.37º | 0.85% | 0.63% | - |
| HSV(B) | 353.37º | 0.68% | 0.95% | - |
| XYZ | 41.11 | 24.99 | 13.72 | - |
| YUV | 128.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 96 | 0 | 0.68 | 0.60 | 0.05 | 353.37 | 0.85 | 0.63 |
| Hex | F1 | 4E | 60 | 0 | 44 | 3C | 5 | 161 | 55 | 3F |
| Octal | 361 | 116 | 140 | 0 | 104 | 74 | 5 | 541 | 125 | 77 |
| Binary | 11110001 | 1001110 | 1100000 | 0 | 1000100 | 111100 | 101 | 101100001 | 1010101 | 111111 |
Color Harmonies of #F14E60
Complementary color
Monochromatic Colors of #F14E60
Black with #F14E60
Text Example
Text Example
White with #F14E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E60; }
p { color: rgb(241,78,96); }
H1.HeaderClassName
{
color: #F14E60;
}
.AnyTagClassName
{
color: #F14E60;
}
</style>
background-color css
<style>
a { background-color: #F14E60; }
a { background-color: rgb(241,78,96); }
div.DivClassName
{
background-color: #F14E60;
}
.BgClassName
{
background-color: #F14E60;
}
</style>
border-color css
<style>
span { border-color: #F14E60; }
span { border-color: rgb(241,78,96); }
td.TdClassName
{
border-color: #F14E60;
}
.TagClassName
{
border-color: #F14E60;
}
</style>