Shades of Violet Red #F14386
Tints of Violet Red #F14386
RGB
CMYK
RGB Variations
Color information
#F14386 (or 0xF14386) is known color: Violet Red. HEX triplet: F1, 43 and 86. RGB value is (241,67,134). Sum of RGB (Red+Green+Blue) = 241+67+134=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F14386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14386 is #0EBC79. Grayscale: #7E7E7E. Windows color (decimal): -965754 or 8799217. OLE color: 8799217.
HSL color Cylindrical-coordinate representation of color #F14386: hue angle of 336.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14386 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 134 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.05 |
| HSL | 336.9º | 0.86% | 0.6% | - |
| HSV(B) | 336.9º | 0.72% | 0.95% | - |
| XYZ | 42.59 | 24.44 | 25.03 | - |
| YUV | 126.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 134 | 0 | 0.72 | 0.44 | 0.05 | 336.9 | 0.86 | 0.6 |
| Hex | F1 | 43 | 86 | 0 | 48 | 2C | 5 | 151 | 56 | 3C |
| Octal | 361 | 103 | 206 | 0 | 110 | 54 | 5 | 521 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10000110 | 0 | 1001000 | 101100 | 101 | 101010001 | 1010110 | 111100 |
Color Harmonies of #F14386
Complementary color
Monochromatic Colors of #F14386
Black with #F14386
Text Example
Text Example
White with #F14386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14386; }
p { color: rgb(241,67,134); }
H1.HeaderClassName
{
color: #F14386;
}
.AnyTagClassName
{
color: #F14386;
}
</style>
background-color css
<style>
a { background-color: #F14386; }
a { background-color: rgb(241,67,134); }
div.DivClassName
{
background-color: #F14386;
}
.BgClassName
{
background-color: #F14386;
}
</style>
border-color css
<style>
span { border-color: #F14386; }
span { border-color: rgb(241,67,134); }
td.TdClassName
{
border-color: #F14386;
}
.TagClassName
{
border-color: #F14386;
}
</style>