Shades of Radical Red #F14967
Tints of Radical Red #F14967
RGB
CMYK
RGB Variations
Color information
#F14967 (or 0xF14967) is known color: Radical Red. HEX triplet: F1, 49 and 67. RGB value is (241,73,103). Sum of RGB (Red+Green+Blue) = 241+73+103=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F14967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14967 is #0EB698. Grayscale: #7E7E7E. Windows color (decimal): -964249 or 6769137. OLE color: 6769137.
HSL color Cylindrical-coordinate representation of color #F14967: hue angle of 349.29º 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 #F14967 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 103 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.05 |
| HSL | 349.29º | 0.86% | 0.62% | - |
| HSV(B) | 349.29º | 0.7% | 0.95% | - |
| XYZ | 41.11 | 24.45 | 15.38 | - |
| YUV | 126.65 | 114.66 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 103 | 0 | 0.70 | 0.57 | 0.05 | 349.29 | 0.86 | 0.62 |
| Hex | F1 | 49 | 67 | 0 | 46 | 39 | 5 | 15D | 56 | 3E |
| Octal | 361 | 111 | 147 | 0 | 106 | 71 | 5 | 535 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1100111 | 0 | 1000110 | 111001 | 101 | 101011101 | 1010110 | 111110 |
Color Harmonies of #F14967
Complementary color
Monochromatic Colors of #F14967
Black with #F14967
Text Example
Text Example
White with #F14967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14967; }
p { color: rgb(241,73,103); }
H1.HeaderClassName
{
color: #F14967;
}
.AnyTagClassName
{
color: #F14967;
}
</style>
background-color css
<style>
a { background-color: #F14967; }
a { background-color: rgb(241,73,103); }
div.DivClassName
{
background-color: #F14967;
}
.BgClassName
{
background-color: #F14967;
}
</style>
border-color css
<style>
span { border-color: #F14967; }
span { border-color: rgb(241,73,103); }
td.TdClassName
{
border-color: #F14967;
}
.TagClassName
{
border-color: #F14967;
}
</style>