Shades of Radical Red #F14C53
Tints of Radical Red #F14C53
RGB
CMYK
RGB Variations
Color information
#F14C53 (or 0xF14C53) is known color: Radical Red. HEX triplet: F1, 4C and 53. RGB value is (241,76,83). Sum of RGB (Red+Green+Blue) = 241+76+83=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C53 is #0EB3AC. Grayscale: #7E7E7E. Windows color (decimal): -963501 or 5459185. OLE color: 5459185.
HSL color Cylindrical-coordinate representation of color #F14C53: hue angle of 357.45º 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 #F14C53 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 83 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.05 |
| HSL | 357.45º | 0.85% | 0.62% | - |
| HSV(B) | 357.45º | 0.68% | 0.95% | - |
| XYZ | 40.42 | 24.49 | 10.78 | - |
| YUV | 126.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 83 | 0 | 0.68 | 0.66 | 0.05 | 357.45 | 0.85 | 0.62 |
| Hex | F1 | 4C | 53 | 0 | 44 | 42 | 5 | 165 | 55 | 3E |
| Octal | 361 | 114 | 123 | 0 | 104 | 102 | 5 | 545 | 125 | 76 |
| Binary | 11110001 | 1001100 | 1010011 | 0 | 1000100 | 1000010 | 101 | 101100101 | 1010101 | 111110 |
Color Harmonies of #F14C53
Complementary color
Monochromatic Colors of #F14C53
Black with #F14C53
Text Example
Text Example
White with #F14C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C53; }
p { color: rgb(241,76,83); }
H1.HeaderClassName
{
color: #F14C53;
}
.AnyTagClassName
{
color: #F14C53;
}
</style>
background-color css
<style>
a { background-color: #F14C53; }
a { background-color: rgb(241,76,83); }
div.DivClassName
{
background-color: #F14C53;
}
.BgClassName
{
background-color: #F14C53;
}
</style>
border-color css
<style>
span { border-color: #F14C53; }
span { border-color: rgb(241,76,83); }
td.TdClassName
{
border-color: #F14C53;
}
.TagClassName
{
border-color: #F14C53;
}
</style>