Shades of Violet Red #F1418D
Tints of Violet Red #F1418D
RGB
CMYK
RGB Variations
Color information
#F1418D (or 0xF1418D) is known color: Violet Red. HEX triplet: F1, 41 and 8D. RGB value is (241,65,141). Sum of RGB (Red+Green+Blue) = 241+65+141=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1418D is #0EBE72. Grayscale: #7E7E7E. Windows color (decimal): -966259 or 9257457. OLE color: 9257457.
HSL color Cylindrical-coordinate representation of color #F1418D: hue angle of 334.09º 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 #F1418D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 141 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.05 |
| HSL | 334.09º | 0.86% | 0.6% | - |
| HSV(B) | 334.09º | 0.73% | 0.95% | - |
| XYZ | 42.97 | 24.4 | 27.64 | - |
| YUV | 126.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 141 | 0 | 0.73 | 0.41 | 0.05 | 334.09 | 0.86 | 0.6 |
| Hex | F1 | 41 | 8D | 0 | 49 | 29 | 5 | 14E | 56 | 3C |
| Octal | 361 | 101 | 215 | 0 | 111 | 51 | 5 | 516 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10001101 | 0 | 1001001 | 101001 | 101 | 101001110 | 1010110 | 111100 |
Color Harmonies of #F1418D
Complementary color
Monochromatic Colors of #F1418D
Black with #F1418D
Text Example
Text Example
White with #F1418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1418D; }
p { color: rgb(241,65,141); }
H1.HeaderClassName
{
color: #F1418D;
}
.AnyTagClassName
{
color: #F1418D;
}
</style>
background-color css
<style>
a { background-color: #F1418D; }
a { background-color: rgb(241,65,141); }
div.DivClassName
{
background-color: #F1418D;
}
.BgClassName
{
background-color: #F1418D;
}
</style>
border-color css
<style>
span { border-color: #F1418D; }
span { border-color: rgb(241,65,141); }
td.TdClassName
{
border-color: #F1418D;
}
.TagClassName
{
border-color: #F1418D;
}
</style>