Shades of Radical Red #F14966
Tints of Radical Red #F14966
RGB
CMYK
RGB Variations
Color information
#F14966 (or 0xF14966) is known color: Radical Red. HEX triplet: F1, 49 and 66. RGB value is (241,73,102). Sum of RGB (Red+Green+Blue) = 241+73+102=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F14966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14966 is #0EB699. Grayscale: #7E7E7E. Windows color (decimal): -964250 or 6703601. OLE color: 6703601.
HSL color Cylindrical-coordinate representation of color #F14966: hue angle of 349.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14966 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 102 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.05 |
| HSL | 349.64º | 0.86% | 0.62% | - |
| HSV(B) | 349.64º | 0.7% | 0.95% | - |
| XYZ | 41.06 | 24.43 | 15.12 | - |
| YUV | 126.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 102 | 0 | 0.70 | 0.58 | 0.05 | 349.64 | 0.86 | 0.62 |
| Hex | F1 | 49 | 66 | 0 | 46 | 3A | 5 | 15E | 56 | 3E |
| Octal | 361 | 111 | 146 | 0 | 106 | 72 | 5 | 536 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1100110 | 0 | 1000110 | 111010 | 101 | 101011110 | 1010110 | 111110 |
Color Harmonies of #F14966
Complementary color
Monochromatic Colors of #F14966
Black with #F14966
Text Example
Text Example
White with #F14966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14966; }
p { color: rgb(241,73,102); }
H1.HeaderClassName
{
color: #F14966;
}
.AnyTagClassName
{
color: #F14966;
}
</style>
background-color css
<style>
a { background-color: #F14966; }
a { background-color: rgb(241,73,102); }
div.DivClassName
{
background-color: #F14966;
}
.BgClassName
{
background-color: #F14966;
}
</style>
border-color css
<style>
span { border-color: #F14966; }
span { border-color: rgb(241,73,102); }
td.TdClassName
{
border-color: #F14966;
}
.TagClassName
{
border-color: #F14966;
}
</style>