Shades of Radical Red #F14150
Tints of Radical Red #F14150
RGB
CMYK
RGB Variations
Color information
#F14150 (or 0xF14150) is known color: Radical Red. HEX triplet: F1, 41 and 50. RGB value is (241,65,80). Sum of RGB (Red+Green+Blue) = 241+65+80=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F14150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14150 is #0EBEAF. Grayscale: #777777. Windows color (decimal): -966320 or 5259761. OLE color: 5259761.
HSL color Cylindrical-coordinate representation of color #F14150: hue angle of 354.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14150 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 80 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.05 |
| HSL | 354.89º | 0.86% | 0.6% | - |
| HSV(B) | 354.89º | 0.73% | 0.95% | - |
| XYZ | 39.61 | 23.06 | 9.95 | - |
| YUV | 119.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 80 | 0 | 0.73 | 0.67 | 0.05 | 354.89 | 0.86 | 0.6 |
| Hex | F1 | 41 | 50 | 0 | 49 | 43 | 5 | 163 | 56 | 3C |
| Octal | 361 | 101 | 120 | 0 | 111 | 103 | 5 | 543 | 126 | 74 |
| Binary | 11110001 | 1000001 | 1010000 | 0 | 1001001 | 1000011 | 101 | 101100011 | 1010110 | 111100 |
Color Harmonies of #F14150
Complementary color
Monochromatic Colors of #F14150
Black with #F14150
Text Example
Text Example
White with #F14150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14150; }
p { color: rgb(241,65,80); }
H1.HeaderClassName
{
color: #F14150;
}
.AnyTagClassName
{
color: #F14150;
}
</style>
background-color css
<style>
a { background-color: #F14150; }
a { background-color: rgb(241,65,80); }
div.DivClassName
{
background-color: #F14150;
}
.BgClassName
{
background-color: #F14150;
}
</style>
border-color css
<style>
span { border-color: #F14150; }
span { border-color: rgb(241,65,80); }
td.TdClassName
{
border-color: #F14150;
}
.TagClassName
{
border-color: #F14150;
}
</style>