Shades of Violet Red #F1468A
Tints of Violet Red #F1468A
RGB
CMYK
RGB Variations
Color information
#F1468A (or 0xF1468A) is known color: Violet Red. HEX triplet: F1, 46 and 8A. RGB value is (241,70,138). Sum of RGB (Red+Green+Blue) = 241+70+138=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1468A is #0EB975. Grayscale: #808080. Windows color (decimal): -964982 or 9062129. OLE color: 9062129.
HSL color Cylindrical-coordinate representation of color #F1468A: hue angle of 336.14º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1468A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 138 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.05 |
| HSL | 336.14º | 0.86% | 0.61% | - |
| HSV(B) | 336.14º | 0.71% | 0.95% | - |
| XYZ | 43.05 | 24.92 | 26.58 | - |
| YUV | 128.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 138 | 0 | 0.71 | 0.43 | 0.05 | 336.14 | 0.86 | 0.61 |
| Hex | F1 | 46 | 8A | 0 | 47 | 2B | 5 | 150 | 56 | 3D |
| Octal | 361 | 106 | 212 | 0 | 107 | 53 | 5 | 520 | 126 | 75 |
| Binary | 11110001 | 1000110 | 10001010 | 0 | 1000111 | 101011 | 101 | 101010000 | 1010110 | 111101 |
Color Harmonies of #F1468A
Complementary color
Monochromatic Colors of #F1468A
Black with #F1468A
Text Example
Text Example
White with #F1468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1468A; }
p { color: rgb(241,70,138); }
H1.HeaderClassName
{
color: #F1468A;
}
.AnyTagClassName
{
color: #F1468A;
}
</style>
background-color css
<style>
a { background-color: #F1468A; }
a { background-color: rgb(241,70,138); }
div.DivClassName
{
background-color: #F1468A;
}
.BgClassName
{
background-color: #F1468A;
}
</style>
border-color css
<style>
span { border-color: #F1468A; }
span { border-color: rgb(241,70,138); }
td.TdClassName
{
border-color: #F1468A;
}
.TagClassName
{
border-color: #F1468A;
}
</style>