Shades of Radical Red #F14A5B
Tints of Radical Red #F14A5B
RGB
CMYK
RGB Variations
Color information
#F14A5B (or 0xF14A5B) is known color: Radical Red. HEX triplet: F1, 4A and 5B. RGB value is (241,74,91). Sum of RGB (Red+Green+Blue) = 241+74+91=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A5B is #0EB5A4. Grayscale: #7D7D7D. Windows color (decimal): -964005 or 5982961. OLE color: 5982961.
HSL color Cylindrical-coordinate representation of color #F14A5B: hue angle of 353.89º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14A5B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 91 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.05 |
| HSL | 353.89º | 0.86% | 0.62% | - |
| HSV(B) | 353.89º | 0.69% | 0.95% | - |
| XYZ | 40.61 | 24.35 | 12.46 | - |
| YUV | 125.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 91 | 0 | 0.69 | 0.62 | 0.05 | 353.89 | 0.86 | 0.62 |
| Hex | F1 | 4A | 5B | 0 | 45 | 3E | 5 | 162 | 56 | 3E |
| Octal | 361 | 112 | 133 | 0 | 105 | 76 | 5 | 542 | 126 | 76 |
| Binary | 11110001 | 1001010 | 1011011 | 0 | 1000101 | 111110 | 101 | 101100010 | 1010110 | 111110 |
Color Harmonies of #F14A5B
Complementary color
Monochromatic Colors of #F14A5B
Black with #F14A5B
Text Example
Text Example
White with #F14A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A5B; }
p { color: rgb(241,74,91); }
H1.HeaderClassName
{
color: #F14A5B;
}
.AnyTagClassName
{
color: #F14A5B;
}
</style>
background-color css
<style>
a { background-color: #F14A5B; }
a { background-color: rgb(241,74,91); }
div.DivClassName
{
background-color: #F14A5B;
}
.BgClassName
{
background-color: #F14A5B;
}
</style>
border-color css
<style>
span { border-color: #F14A5B; }
span { border-color: rgb(241,74,91); }
td.TdClassName
{
border-color: #F14A5B;
}
.TagClassName
{
border-color: #F14A5B;
}
</style>