Shades of Radical Red #F14866
Tints of Radical Red #F14866
RGB
CMYK
RGB Variations
Color information
#F14866 (or 0xF14866) is known color: Radical Red. HEX triplet: F1, 48 and 66. RGB value is (241,72,102). Sum of RGB (Red+Green+Blue) = 241+72+102=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F14866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14866 is #0EB799. Grayscale: #7E7E7E. Windows color (decimal): -964506 or 6703345. OLE color: 6703345.
HSL color Cylindrical-coordinate representation of color #F14866: hue angle of 349.35º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14866 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 102 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.05 |
| HSL | 349.35º | 0.86% | 0.61% | - |
| HSV(B) | 349.35º | 0.7% | 0.95% | - |
| XYZ | 40.99 | 24.29 | 15.1 | - |
| YUV | 125.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 102 | 0 | 0.70 | 0.58 | 0.05 | 349.35 | 0.86 | 0.61 |
| Hex | F1 | 48 | 66 | 0 | 46 | 3A | 5 | 15D | 56 | 3D |
| Octal | 361 | 110 | 146 | 0 | 106 | 72 | 5 | 535 | 126 | 75 |
| Binary | 11110001 | 1001000 | 1100110 | 0 | 1000110 | 111010 | 101 | 101011101 | 1010110 | 111101 |
Color Harmonies of #F14866
Complementary color
Monochromatic Colors of #F14866
Black with #F14866
Text Example
Text Example
White with #F14866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14866; }
p { color: rgb(241,72,102); }
H1.HeaderClassName
{
color: #F14866;
}
.AnyTagClassName
{
color: #F14866;
}
</style>
background-color css
<style>
a { background-color: #F14866; }
a { background-color: rgb(241,72,102); }
div.DivClassName
{
background-color: #F14866;
}
.BgClassName
{
background-color: #F14866;
}
</style>
border-color css
<style>
span { border-color: #F14866; }
span { border-color: rgb(241,72,102); }
td.TdClassName
{
border-color: #F14866;
}
.TagClassName
{
border-color: #F14866;
}
</style>