Shades of Radical Red #F14069
Tints of Radical Red #F14069
RGB
CMYK
RGB Variations
Color information
#F14069 (or 0xF14069) is known color: Radical Red. HEX triplet: F1, 40 and 69. RGB value is (241,64,105). Sum of RGB (Red+Green+Blue) = 241+64+105=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F14069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14069 is #0EBF96. Grayscale: #797979. Windows color (decimal): -966551 or 6897905. OLE color: 6897905.
HSL color Cylindrical-coordinate representation of color #F14069: hue angle of 346.1º 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 #F14069 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 105 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.05 |
| HSL | 346.1º | 0.86% | 0.6% | - |
| HSV(B) | 346.1º | 0.73% | 0.95% | - |
| XYZ | 40.66 | 23.39 | 15.74 | - |
| YUV | 121.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 105 | 0 | 0.73 | 0.56 | 0.05 | 346.1 | 0.86 | 0.6 |
| Hex | F1 | 40 | 69 | 0 | 49 | 38 | 5 | 15A | 56 | 3C |
| Octal | 361 | 100 | 151 | 0 | 111 | 70 | 5 | 532 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1101001 | 0 | 1001001 | 111000 | 101 | 101011010 | 1010110 | 111100 |
Color Harmonies of #F14069
Complementary color
Monochromatic Colors of #F14069
Black with #F14069
Text Example
Text Example
White with #F14069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14069; }
p { color: rgb(241,64,105); }
H1.HeaderClassName
{
color: #F14069;
}
.AnyTagClassName
{
color: #F14069;
}
</style>
background-color css
<style>
a { background-color: #F14069; }
a { background-color: rgb(241,64,105); }
div.DivClassName
{
background-color: #F14069;
}
.BgClassName
{
background-color: #F14069;
}
</style>
border-color css
<style>
span { border-color: #F14069; }
span { border-color: rgb(241,64,105); }
td.TdClassName
{
border-color: #F14069;
}
.TagClassName
{
border-color: #F14069;
}
</style>