Shades of Violet Red #F1418A
Tints of Violet Red #F1418A
RGB
CMYK
RGB Variations
Color information
#F1418A (or 0xF1418A) is known color: Violet Red. HEX triplet: F1, 41 and 8A. RGB value is (241,65,138). Sum of RGB (Red+Green+Blue) = 241+65+138=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F1418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1418A is #0EBE75. Grayscale: #7D7D7D. Windows color (decimal): -966262 or 9060849. OLE color: 9060849.
HSL color Cylindrical-coordinate representation of color #F1418A: hue angle of 335.11º 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 #F1418A is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 138 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.05 |
| HSL | 335.11º | 0.86% | 0.6% | - |
| HSV(B) | 335.11º | 0.73% | 0.95% | - |
| XYZ | 42.75 | 24.32 | 26.48 | - |
| YUV | 125.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 138 | 0 | 0.73 | 0.43 | 0.05 | 335.11 | 0.86 | 0.6 |
| Hex | F1 | 41 | 8A | 0 | 49 | 2B | 5 | 14F | 56 | 3C |
| Octal | 361 | 101 | 212 | 0 | 111 | 53 | 5 | 517 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10001010 | 0 | 1001001 | 101011 | 101 | 101001111 | 1010110 | 111100 |
Color Harmonies of #F1418A
Complementary color
Monochromatic Colors of #F1418A
Black with #F1418A
Text Example
Text Example
White with #F1418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1418A; }
p { color: rgb(241,65,138); }
H1.HeaderClassName
{
color: #F1418A;
}
.AnyTagClassName
{
color: #F1418A;
}
</style>
background-color css
<style>
a { background-color: #F1418A; }
a { background-color: rgb(241,65,138); }
div.DivClassName
{
background-color: #F1418A;
}
.BgClassName
{
background-color: #F1418A;
}
</style>
border-color css
<style>
span { border-color: #F1418A; }
span { border-color: rgb(241,65,138); }
td.TdClassName
{
border-color: #F1418A;
}
.TagClassName
{
border-color: #F1418A;
}
</style>