Shades of Violet Red #F14185
Tints of Violet Red #F14185
RGB
CMYK
RGB Variations
Color information
#F14185 (or 0xF14185) is known color: Violet Red. HEX triplet: F1, 41 and 85. RGB value is (241,65,133). Sum of RGB (Red+Green+Blue) = 241+65+133=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F14185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14185 is #0EBE7A. Grayscale: #7D7D7D. Windows color (decimal): -966267 or 8733169. OLE color: 8733169.
HSL color Cylindrical-coordinate representation of color #F14185: hue angle of 336.82º 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 #F14185 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 133 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.05 |
| HSL | 336.82º | 0.86% | 0.6% | - |
| HSV(B) | 336.82º | 0.73% | 0.95% | - |
| XYZ | 42.4 | 24.17 | 24.62 | - |
| YUV | 125.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 133 | 0 | 0.73 | 0.45 | 0.05 | 336.82 | 0.86 | 0.6 |
| Hex | F1 | 41 | 85 | 0 | 49 | 2D | 5 | 151 | 56 | 3C |
| Octal | 361 | 101 | 205 | 0 | 111 | 55 | 5 | 521 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10000101 | 0 | 1001001 | 101101 | 101 | 101010001 | 1010110 | 111100 |
Color Harmonies of #F14185
Complementary color
Monochromatic Colors of #F14185
Black with #F14185
Text Example
Text Example
White with #F14185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14185; }
p { color: rgb(241,65,133); }
H1.HeaderClassName
{
color: #F14185;
}
.AnyTagClassName
{
color: #F14185;
}
</style>
background-color css
<style>
a { background-color: #F14185; }
a { background-color: rgb(241,65,133); }
div.DivClassName
{
background-color: #F14185;
}
.BgClassName
{
background-color: #F14185;
}
</style>
border-color css
<style>
span { border-color: #F14185; }
span { border-color: rgb(241,65,133); }
td.TdClassName
{
border-color: #F14185;
}
.TagClassName
{
border-color: #F14185;
}
</style>