Shades of Radical Red #F14A5E
Tints of Radical Red #F14A5E
RGB
CMYK
RGB Variations
Color information
#F14A5E (or 0xF14A5E) is known color: Radical Red. HEX triplet: F1, 4A and 5E. RGB value is (241,74,94). Sum of RGB (Red+Green+Blue) = 241+74+94=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A5E is #0EB5A1. Grayscale: #7E7E7E. Windows color (decimal): -964002 or 6179569. OLE color: 6179569.
HSL color Cylindrical-coordinate representation of color #F14A5E: hue angle of 352.81º 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 #F14A5E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 94 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.05 |
| HSL | 352.81º | 0.86% | 0.62% | - |
| HSV(B) | 352.81º | 0.69% | 0.95% | - |
| XYZ | 40.74 | 24.41 | 13.15 | - |
| YUV | 126.21 | 109.83 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 94 | 0 | 0.69 | 0.61 | 0.05 | 352.81 | 0.86 | 0.62 |
| Hex | F1 | 4A | 5E | 0 | 45 | 3D | 5 | 161 | 56 | 3E |
| Octal | 361 | 112 | 136 | 0 | 105 | 75 | 5 | 541 | 126 | 76 |
| Binary | 11110001 | 1001010 | 1011110 | 0 | 1000101 | 111101 | 101 | 101100001 | 1010110 | 111110 |
Color Harmonies of #F14A5E
Complementary color
Monochromatic Colors of #F14A5E
Black with #F14A5E
Text Example
Text Example
White with #F14A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A5E; }
p { color: rgb(241,74,94); }
H1.HeaderClassName
{
color: #F14A5E;
}
.AnyTagClassName
{
color: #F14A5E;
}
</style>
background-color css
<style>
a { background-color: #F14A5E; }
a { background-color: rgb(241,74,94); }
div.DivClassName
{
background-color: #F14A5E;
}
.BgClassName
{
background-color: #F14A5E;
}
</style>
border-color css
<style>
span { border-color: #F14A5E; }
span { border-color: rgb(241,74,94); }
td.TdClassName
{
border-color: #F14A5E;
}
.TagClassName
{
border-color: #F14A5E;
}
</style>