Shades of Violet Red #F14095
Tints of Violet Red #F14095
RGB
CMYK
RGB Variations
Color information
#F14095 (or 0xF14095) is known color: Violet Red. HEX triplet: F1, 40 and 95. RGB value is (241,64,149). Sum of RGB (Red+Green+Blue) = 241+64+149=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F14095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14095 is #0EBF6A. Grayscale: #7E7E7E. Windows color (decimal): -966507 or 9781489. OLE color: 9781489.
HSL color Cylindrical-coordinate representation of color #F14095: hue angle of 331.19º 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 #F14095 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 149 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.05 |
| HSL | 331.19º | 0.86% | 0.6% | - |
| HSV(B) | 331.19º | 0.73% | 0.95% | - |
| XYZ | 43.53 | 24.54 | 30.88 | - |
| YUV | 126.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 149 | 0 | 0.73 | 0.38 | 0.05 | 331.19 | 0.86 | 0.6 |
| Hex | F1 | 40 | 95 | 0 | 49 | 26 | 5 | 14B | 56 | 3C |
| Octal | 361 | 100 | 225 | 0 | 111 | 46 | 5 | 513 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10010101 | 0 | 1001001 | 100110 | 101 | 101001011 | 1010110 | 111100 |
Color Harmonies of #F14095
Complementary color
Monochromatic Colors of #F14095
Black with #F14095
Text Example
Text Example
White with #F14095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14095; }
p { color: rgb(241,64,149); }
H1.HeaderClassName
{
color: #F14095;
}
.AnyTagClassName
{
color: #F14095;
}
</style>
background-color css
<style>
a { background-color: #F14095; }
a { background-color: rgb(241,64,149); }
div.DivClassName
{
background-color: #F14095;
}
.BgClassName
{
background-color: #F14095;
}
</style>
border-color css
<style>
span { border-color: #F14095; }
span { border-color: rgb(241,64,149); }
td.TdClassName
{
border-color: #F14095;
}
.TagClassName
{
border-color: #F14095;
}
</style>