Shades of Violet Red #F1418B
Tints of Violet Red #F1418B
RGB
CMYK
RGB Variations
Color information
#F1418B (or 0xF1418B) is known color: Violet Red. HEX triplet: F1, 41 and 8B. RGB value is (241,65,139). Sum of RGB (Red+Green+Blue) = 241+65+139=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1418B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1418B is #0EBE74. Grayscale: #7D7D7D. Windows color (decimal): -966261 or 9126385. OLE color: 9126385.
HSL color Cylindrical-coordinate representation of color #F1418B: hue angle of 334.77º 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 #F1418B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 139 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.05 |
| HSL | 334.77º | 0.86% | 0.6% | - |
| HSV(B) | 334.77º | 0.73% | 0.95% | - |
| XYZ | 42.83 | 24.35 | 26.87 | - |
| YUV | 126.06 | 135.31 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 139 | 0 | 0.73 | 0.42 | 0.05 | 334.77 | 0.86 | 0.6 |
| Hex | F1 | 41 | 8B | 0 | 49 | 2A | 5 | 14F | 56 | 3C |
| Octal | 361 | 101 | 213 | 0 | 111 | 52 | 5 | 517 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10001011 | 0 | 1001001 | 101010 | 101 | 101001111 | 1010110 | 111100 |
Color Harmonies of #F1418B
Complementary color
Monochromatic Colors of #F1418B
Black with #F1418B
Text Example
Text Example
White with #F1418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1418B; }
p { color: rgb(241,65,139); }
H1.HeaderClassName
{
color: #F1418B;
}
.AnyTagClassName
{
color: #F1418B;
}
</style>
background-color css
<style>
a { background-color: #F1418B; }
a { background-color: rgb(241,65,139); }
div.DivClassName
{
background-color: #F1418B;
}
.BgClassName
{
background-color: #F1418B;
}
</style>
border-color css
<style>
span { border-color: #F1418B; }
span { border-color: rgb(241,65,139); }
td.TdClassName
{
border-color: #F1418B;
}
.TagClassName
{
border-color: #F1418B;
}
</style>