Shades of Radical Red #F14A5D
Tints of Radical Red #F14A5D
RGB
CMYK
RGB Variations
Color information
#F14A5D (or 0xF14A5D) is known color: Radical Red. HEX triplet: F1, 4A and 5D. RGB value is (241,74,93). Sum of RGB (Red+Green+Blue) = 241+74+93=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A5D is #0EB5A2. Grayscale: #7E7E7E. Windows color (decimal): -964003 or 6114033. OLE color: 6114033.
HSL color Cylindrical-coordinate representation of color #F14A5D: hue angle of 353.17º 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 #F14A5D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 93 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.05 |
| HSL | 353.17º | 0.86% | 0.62% | - |
| HSV(B) | 353.17º | 0.69% | 0.95% | - |
| XYZ | 40.7 | 24.39 | 12.92 | - |
| YUV | 126.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 93 | 0 | 0.69 | 0.61 | 0.05 | 353.17 | 0.86 | 0.62 |
| Hex | F1 | 4A | 5D | 0 | 45 | 3D | 5 | 161 | 56 | 3E |
| Octal | 361 | 112 | 135 | 0 | 105 | 75 | 5 | 541 | 126 | 76 |
| Binary | 11110001 | 1001010 | 1011101 | 0 | 1000101 | 111101 | 101 | 101100001 | 1010110 | 111110 |
Color Harmonies of #F14A5D
Complementary color
Monochromatic Colors of #F14A5D
Black with #F14A5D
Text Example
Text Example
White with #F14A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A5D; }
p { color: rgb(241,74,93); }
H1.HeaderClassName
{
color: #F14A5D;
}
.AnyTagClassName
{
color: #F14A5D;
}
</style>
background-color css
<style>
a { background-color: #F14A5D; }
a { background-color: rgb(241,74,93); }
div.DivClassName
{
background-color: #F14A5D;
}
.BgClassName
{
background-color: #F14A5D;
}
</style>
border-color css
<style>
span { border-color: #F14A5D; }
span { border-color: rgb(241,74,93); }
td.TdClassName
{
border-color: #F14A5D;
}
.TagClassName
{
border-color: #F14A5D;
}
</style>