Shades of Radical Red #F14C58
Tints of Radical Red #F14C58
RGB
CMYK
RGB Variations
Color information
#F14C58 (or 0xF14C58) is known color: Radical Red. HEX triplet: F1, 4C and 58. RGB value is (241,76,88). Sum of RGB (Red+Green+Blue) = 241+76+88=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C58 is #0EB3A7. Grayscale: #7E7E7E. Windows color (decimal): -963496 or 5786865. OLE color: 5786865.
HSL color Cylindrical-coordinate representation of color #F14C58: hue angle of 355.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14C58 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 88 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.05 |
| HSL | 355.64º | 0.85% | 0.62% | - |
| HSV(B) | 355.64º | 0.68% | 0.95% | - |
| XYZ | 40.62 | 24.57 | 11.83 | - |
| YUV | 126.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 88 | 0 | 0.68 | 0.63 | 0.05 | 355.64 | 0.85 | 0.62 |
| Hex | F1 | 4C | 58 | 0 | 44 | 3F | 5 | 164 | 55 | 3E |
| Octal | 361 | 114 | 130 | 0 | 104 | 77 | 5 | 544 | 125 | 76 |
| Binary | 11110001 | 1001100 | 1011000 | 0 | 1000100 | 111111 | 101 | 101100100 | 1010101 | 111110 |
Color Harmonies of #F14C58
Complementary color
Monochromatic Colors of #F14C58
Black with #F14C58
Text Example
Text Example
White with #F14C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C58; }
p { color: rgb(241,76,88); }
H1.HeaderClassName
{
color: #F14C58;
}
.AnyTagClassName
{
color: #F14C58;
}
</style>
background-color css
<style>
a { background-color: #F14C58; }
a { background-color: rgb(241,76,88); }
div.DivClassName
{
background-color: #F14C58;
}
.BgClassName
{
background-color: #F14C58;
}
</style>
border-color css
<style>
span { border-color: #F14C58; }
span { border-color: rgb(241,76,88); }
td.TdClassName
{
border-color: #F14C58;
}
.TagClassName
{
border-color: #F14C58;
}
</style>