Shades of Radical Red #F14758
Tints of Radical Red #F14758
RGB
CMYK
RGB Variations
Color information
#F14758 (or 0xF14758) is known color: Radical Red. HEX triplet: F1, 47 and 58. RGB value is (241,71,88). Sum of RGB (Red+Green+Blue) = 241+71+88=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F14758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14758 is #0EB8A7. Grayscale: #7B7B7B. Windows color (decimal): -964776 or 5785585. OLE color: 5785585.
HSL color Cylindrical-coordinate representation of color #F14758: hue angle of 354º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F14758 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 88 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.05 |
| HSL | 354º | 0.86% | 0.61% | - |
| HSV(B) | 354º | 0.71% | 0.95% | - |
| XYZ | 40.29 | 23.91 | 11.72 | - |
| YUV | 123.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 88 | 0 | 0.71 | 0.63 | 0.05 | 354 | 0.86 | 0.61 |
| Hex | F1 | 47 | 58 | 0 | 47 | 3F | 5 | 162 | 56 | 3D |
| Octal | 361 | 107 | 130 | 0 | 107 | 77 | 5 | 542 | 126 | 75 |
| Binary | 11110001 | 1000111 | 1011000 | 0 | 1000111 | 111111 | 101 | 101100010 | 1010110 | 111101 |
Color Harmonies of #F14758
Complementary color
Monochromatic Colors of #F14758
Black with #F14758
Text Example
Text Example
White with #F14758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14758; }
p { color: rgb(241,71,88); }
H1.HeaderClassName
{
color: #F14758;
}
.AnyTagClassName
{
color: #F14758;
}
</style>
background-color css
<style>
a { background-color: #F14758; }
a { background-color: rgb(241,71,88); }
div.DivClassName
{
background-color: #F14758;
}
.BgClassName
{
background-color: #F14758;
}
</style>
border-color css
<style>
span { border-color: #F14758; }
span { border-color: rgb(241,71,88); }
td.TdClassName
{
border-color: #F14758;
}
.TagClassName
{
border-color: #F14758;
}
</style>