Shades of Radical Red #F14259
Tints of Radical Red #F14259
RGB
CMYK
RGB Variations
Color information
#F14259 (or 0xF14259) is known color: Radical Red. HEX triplet: F1, 42 and 59. RGB value is (241,66,89). Sum of RGB (Red+Green+Blue) = 241+66+89=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F14259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14259 is #0EBDA6. Grayscale: #797979. Windows color (decimal): -966055 or 5849841. OLE color: 5849841.
HSL color Cylindrical-coordinate representation of color #F14259: hue angle of 352.11º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14259 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 89 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.05 |
| HSL | 352.11º | 0.86% | 0.6% | - |
| HSV(B) | 352.11º | 0.73% | 0.95% | - |
| XYZ | 40.03 | 23.32 | 11.84 | - |
| YUV | 120.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 89 | 0 | 0.73 | 0.63 | 0.05 | 352.11 | 0.86 | 0.6 |
| Hex | F1 | 42 | 59 | 0 | 49 | 3F | 5 | 160 | 56 | 3C |
| Octal | 361 | 102 | 131 | 0 | 111 | 77 | 5 | 540 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1011001 | 0 | 1001001 | 111111 | 101 | 101100000 | 1010110 | 111100 |
Color Harmonies of #F14259
Complementary color
Monochromatic Colors of #F14259
Black with #F14259
Text Example
Text Example
White with #F14259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14259; }
p { color: rgb(241,66,89); }
H1.HeaderClassName
{
color: #F14259;
}
.AnyTagClassName
{
color: #F14259;
}
</style>
background-color css
<style>
a { background-color: #F14259; }
a { background-color: rgb(241,66,89); }
div.DivClassName
{
background-color: #F14259;
}
.BgClassName
{
background-color: #F14259;
}
</style>
border-color css
<style>
span { border-color: #F14259; }
span { border-color: rgb(241,66,89); }
td.TdClassName
{
border-color: #F14259;
}
.TagClassName
{
border-color: #F14259;
}
</style>