Shades of Radical Red #F14E5A
Tints of Radical Red #F14E5A
RGB
CMYK
RGB Variations
Color information
#F14E5A (or 0xF14E5A) is known color: Radical Red. HEX triplet: F1, 4E and 5A. RGB value is (241,78,90). Sum of RGB (Red+Green+Blue) = 241+78+90=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E5A is #0EB1A5. Grayscale: #808080. Windows color (decimal): -962982 or 5918449. OLE color: 5918449.
HSL color Cylindrical-coordinate representation of color #F14E5A: hue angle of 355.58º 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 #F14E5A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 90 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.05 |
| HSL | 355.58º | 0.85% | 0.63% | - |
| HSV(B) | 355.58º | 0.68% | 0.95% | - |
| XYZ | 40.85 | 24.89 | 12.32 | - |
| YUV | 128.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 90 | 0 | 0.68 | 0.63 | 0.05 | 355.58 | 0.85 | 0.63 |
| Hex | F1 | 4E | 5A | 0 | 44 | 3F | 5 | 164 | 55 | 3F |
| Octal | 361 | 116 | 132 | 0 | 104 | 77 | 5 | 544 | 125 | 77 |
| Binary | 11110001 | 1001110 | 1011010 | 0 | 1000100 | 111111 | 101 | 101100100 | 1010101 | 111111 |
Color Harmonies of #F14E5A
Complementary color
Monochromatic Colors of #F14E5A
Black with #F14E5A
Text Example
Text Example
White with #F14E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E5A; }
p { color: rgb(241,78,90); }
H1.HeaderClassName
{
color: #F14E5A;
}
.AnyTagClassName
{
color: #F14E5A;
}
</style>
background-color css
<style>
a { background-color: #F14E5A; }
a { background-color: rgb(241,78,90); }
div.DivClassName
{
background-color: #F14E5A;
}
.BgClassName
{
background-color: #F14E5A;
}
</style>
border-color css
<style>
span { border-color: #F14E5A; }
span { border-color: rgb(241,78,90); }
td.TdClassName
{
border-color: #F14E5A;
}
.TagClassName
{
border-color: #F14E5A;
}
</style>