Shades of Radical Red #F14E5C
Tints of Radical Red #F14E5C
RGB
CMYK
RGB Variations
Color information
#F14E5C (or 0xF14E5C) is known color: Radical Red. HEX triplet: F1, 4E and 5C. RGB value is (241,78,92). Sum of RGB (Red+Green+Blue) = 241+78+92=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E5C is #0EB1A3. Grayscale: #808080. Windows color (decimal): -962980 or 6049521. OLE color: 6049521.
HSL color Cylindrical-coordinate representation of color #F14E5C: hue angle of 354.85º 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 #F14E5C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 92 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.05 |
| HSL | 354.85º | 0.85% | 0.63% | - |
| HSV(B) | 354.85º | 0.68% | 0.95% | - |
| XYZ | 40.93 | 24.92 | 12.78 | - |
| YUV | 128.33 | 107.5 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 92 | 0 | 0.68 | 0.62 | 0.05 | 354.85 | 0.85 | 0.63 |
| Hex | F1 | 4E | 5C | 0 | 44 | 3E | 5 | 163 | 55 | 3F |
| Octal | 361 | 116 | 134 | 0 | 104 | 76 | 5 | 543 | 125 | 77 |
| Binary | 11110001 | 1001110 | 1011100 | 0 | 1000100 | 111110 | 101 | 101100011 | 1010101 | 111111 |
Color Harmonies of #F14E5C
Complementary color
Monochromatic Colors of #F14E5C
Black with #F14E5C
Text Example
Text Example
White with #F14E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E5C; }
p { color: rgb(241,78,92); }
H1.HeaderClassName
{
color: #F14E5C;
}
.AnyTagClassName
{
color: #F14E5C;
}
</style>
background-color css
<style>
a { background-color: #F14E5C; }
a { background-color: rgb(241,78,92); }
div.DivClassName
{
background-color: #F14E5C;
}
.BgClassName
{
background-color: #F14E5C;
}
</style>
border-color css
<style>
span { border-color: #F14E5C; }
span { border-color: rgb(241,78,92); }
td.TdClassName
{
border-color: #F14E5C;
}
.TagClassName
{
border-color: #F14E5C;
}
</style>