Shades of Violet Red #F14075
Tints of Violet Red #F14075
RGB
CMYK
RGB Variations
Color information
#F14075 (or 0xF14075) is known color: Violet Red. HEX triplet: F1, 40 and 75. RGB value is (241,64,117). Sum of RGB (Red+Green+Blue) = 241+64+117=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F14075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14075 is #0EBF8A. Grayscale: #7A7A7A. Windows color (decimal): -966539 or 7684337. OLE color: 7684337.
HSL color Cylindrical-coordinate representation of color #F14075: hue angle of 342.03º 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 #F14075 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 117 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.05 |
| HSL | 342.03º | 0.86% | 0.6% | - |
| HSV(B) | 342.03º | 0.73% | 0.95% | - |
| XYZ | 41.32 | 23.65 | 19.22 | - |
| YUV | 122.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 117 | 0 | 0.73 | 0.51 | 0.05 | 342.03 | 0.86 | 0.6 |
| Hex | F1 | 40 | 75 | 0 | 49 | 33 | 5 | 156 | 56 | 3C |
| Octal | 361 | 100 | 165 | 0 | 111 | 63 | 5 | 526 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1110101 | 0 | 1001001 | 110011 | 101 | 101010110 | 1010110 | 111100 |
Color Harmonies of #F14075
Complementary color
Monochromatic Colors of #F14075
Black with #F14075
Text Example
Text Example
White with #F14075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14075; }
p { color: rgb(241,64,117); }
H1.HeaderClassName
{
color: #F14075;
}
.AnyTagClassName
{
color: #F14075;
}
</style>
background-color css
<style>
a { background-color: #F14075; }
a { background-color: rgb(241,64,117); }
div.DivClassName
{
background-color: #F14075;
}
.BgClassName
{
background-color: #F14075;
}
</style>
border-color css
<style>
span { border-color: #F14075; }
span { border-color: rgb(241,64,117); }
td.TdClassName
{
border-color: #F14075;
}
.TagClassName
{
border-color: #F14075;
}
</style>