Shades of Radical Red #F14456
Tints of Radical Red #F14456
RGB
CMYK
RGB Variations
Color information
#F14456 (or 0xF14456) is known color: Radical Red. HEX triplet: F1, 44 and 56. RGB value is (241,68,86). Sum of RGB (Red+Green+Blue) = 241+68+86=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F14456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14456 is #0EBBA9. Grayscale: #797979. Windows color (decimal): -965546 or 5653745. OLE color: 5653745.
HSL color Cylindrical-coordinate representation of color #F14456: hue angle of 353.76º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14456 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 86 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.05 |
| HSL | 353.76º | 0.86% | 0.61% | - |
| HSV(B) | 353.76º | 0.72% | 0.95% | - |
| XYZ | 40.02 | 23.51 | 11.23 | - |
| YUV | 121.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 86 | 0 | 0.72 | 0.64 | 0.05 | 353.76 | 0.86 | 0.61 |
| Hex | F1 | 44 | 56 | 0 | 48 | 40 | 5 | 162 | 56 | 3D |
| Octal | 361 | 104 | 126 | 0 | 110 | 100 | 5 | 542 | 126 | 75 |
| Binary | 11110001 | 1000100 | 1010110 | 0 | 1001000 | 1000000 | 101 | 101100010 | 1010110 | 111101 |
Color Harmonies of #F14456
Complementary color
Monochromatic Colors of #F14456
Black with #F14456
Text Example
Text Example
White with #F14456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14456; }
p { color: rgb(241,68,86); }
H1.HeaderClassName
{
color: #F14456;
}
.AnyTagClassName
{
color: #F14456;
}
</style>
background-color css
<style>
a { background-color: #F14456; }
a { background-color: rgb(241,68,86); }
div.DivClassName
{
background-color: #F14456;
}
.BgClassName
{
background-color: #F14456;
}
</style>
border-color css
<style>
span { border-color: #F14456; }
span { border-color: rgb(241,68,86); }
td.TdClassName
{
border-color: #F14456;
}
.TagClassName
{
border-color: #F14456;
}
</style>