Shades of Violet Red #F14079
Tints of Violet Red #F14079
RGB
CMYK
RGB Variations
Color information
#F14079 (or 0xF14079) is known color: Violet Red. HEX triplet: F1, 40 and 79. RGB value is (241,64,121). Sum of RGB (Red+Green+Blue) = 241+64+121=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F14079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14079 is #0EBF86. Grayscale: #7B7B7B. Windows color (decimal): -966535 or 7946481. OLE color: 7946481.
HSL color Cylindrical-coordinate representation of color #F14079: hue angle of 340.68º 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 #F14079 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 121 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.05 |
| HSL | 340.68º | 0.86% | 0.6% | - |
| HSV(B) | 340.68º | 0.73% | 0.95% | - |
| XYZ | 41.56 | 23.75 | 20.48 | - |
| YUV | 123.42 | 126.64 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 121 | 0 | 0.73 | 0.50 | 0.05 | 340.68 | 0.86 | 0.6 |
| Hex | F1 | 40 | 79 | 0 | 49 | 32 | 5 | 155 | 56 | 3C |
| Octal | 361 | 100 | 171 | 0 | 111 | 62 | 5 | 525 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1111001 | 0 | 1001001 | 110010 | 101 | 101010101 | 1010110 | 111100 |
Color Harmonies of #F14079
Complementary color
Monochromatic Colors of #F14079
Black with #F14079
Text Example
Text Example
White with #F14079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14079; }
p { color: rgb(241,64,121); }
H1.HeaderClassName
{
color: #F14079;
}
.AnyTagClassName
{
color: #F14079;
}
</style>
background-color css
<style>
a { background-color: #F14079; }
a { background-color: rgb(241,64,121); }
div.DivClassName
{
background-color: #F14079;
}
.BgClassName
{
background-color: #F14079;
}
</style>
border-color css
<style>
span { border-color: #F14079; }
span { border-color: rgb(241,64,121); }
td.TdClassName
{
border-color: #F14079;
}
.TagClassName
{
border-color: #F14079;
}
</style>