Shades of Radical Red #F14956
Tints of Radical Red #F14956
RGB
CMYK
RGB Variations
Color information
#F14956 (or 0xF14956) is known color: Radical Red. HEX triplet: F1, 49 and 56. RGB value is (241,73,86). Sum of RGB (Red+Green+Blue) = 241+73+86=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F14956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14956 is #0EB6A9. Grayscale: #7C7C7C. Windows color (decimal): -964266 or 5655025. OLE color: 5655025.
HSL color Cylindrical-coordinate representation of color #F14956: hue angle of 355.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14956 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 86 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.05 |
| HSL | 355.36º | 0.86% | 0.62% | - |
| HSV(B) | 355.36º | 0.7% | 0.95% | - |
| XYZ | 40.34 | 24.14 | 11.34 | - |
| YUV | 124.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 86 | 0 | 0.70 | 0.64 | 0.05 | 355.36 | 0.86 | 0.62 |
| Hex | F1 | 49 | 56 | 0 | 46 | 40 | 5 | 163 | 56 | 3E |
| Octal | 361 | 111 | 126 | 0 | 106 | 100 | 5 | 543 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1010110 | 0 | 1000110 | 1000000 | 101 | 101100011 | 1010110 | 111110 |
Color Harmonies of #F14956
Complementary color
Monochromatic Colors of #F14956
Black with #F14956
Text Example
Text Example
White with #F14956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14956; }
p { color: rgb(241,73,86); }
H1.HeaderClassName
{
color: #F14956;
}
.AnyTagClassName
{
color: #F14956;
}
</style>
background-color css
<style>
a { background-color: #F14956; }
a { background-color: rgb(241,73,86); }
div.DivClassName
{
background-color: #F14956;
}
.BgClassName
{
background-color: #F14956;
}
</style>
border-color css
<style>
span { border-color: #F14956; }
span { border-color: rgb(241,73,86); }
td.TdClassName
{
border-color: #F14956;
}
.TagClassName
{
border-color: #F14956;
}
</style>