Shades of Violet Red #F14175
Tints of Violet Red #F14175
RGB
CMYK
RGB Variations
Color information
#F14175 (or 0xF14175) is known color: Violet Red. HEX triplet: F1, 41 and 75. RGB value is (241,65,117). Sum of RGB (Red+Green+Blue) = 241+65+117=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F14175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14175 is #0EBE8A. Grayscale: #7B7B7B. Windows color (decimal): -966283 or 7684593. OLE color: 7684593.
HSL color Cylindrical-coordinate representation of color #F14175: hue angle of 342.27º 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 #F14175 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 117 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.05 |
| HSL | 342.27º | 0.86% | 0.6% | - |
| HSV(B) | 342.27º | 0.73% | 0.95% | - |
| XYZ | 41.38 | 23.77 | 19.24 | - |
| YUV | 123.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 117 | 0 | 0.73 | 0.51 | 0.05 | 342.27 | 0.86 | 0.6 |
| Hex | F1 | 41 | 75 | 0 | 49 | 33 | 5 | 156 | 56 | 3C |
| Octal | 361 | 101 | 165 | 0 | 111 | 63 | 5 | 526 | 126 | 74 |
| Binary | 11110001 | 1000001 | 1110101 | 0 | 1001001 | 110011 | 101 | 101010110 | 1010110 | 111100 |
Color Harmonies of #F14175
Complementary color
Monochromatic Colors of #F14175
Black with #F14175
Text Example
Text Example
White with #F14175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14175; }
p { color: rgb(241,65,117); }
H1.HeaderClassName
{
color: #F14175;
}
.AnyTagClassName
{
color: #F14175;
}
</style>
background-color css
<style>
a { background-color: #F14175; }
a { background-color: rgb(241,65,117); }
div.DivClassName
{
background-color: #F14175;
}
.BgClassName
{
background-color: #F14175;
}
</style>
border-color css
<style>
span { border-color: #F14175; }
span { border-color: rgb(241,65,117); }
td.TdClassName
{
border-color: #F14175;
}
.TagClassName
{
border-color: #F14175;
}
</style>