Shades of Violet Red #F1387A
Tints of Violet Red #F1387A
RGB
CMYK
RGB Variations
Color information
#F1387A (or 0xF1387A) is known color: Violet Red. HEX triplet: F1, 38 and 7A. RGB value is (241,56,122). Sum of RGB (Red+Green+Blue) = 241+56+122=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1387A is #0EC785. Grayscale: #767676. Windows color (decimal): -968582 or 8009969. OLE color: 8009969.
HSL color Cylindrical-coordinate representation of color #F1387A: hue angle of 338.59º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1387A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 122 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.05 |
| HSL | 338.59º | 0.87% | 0.58% | - |
| HSV(B) | 338.59º | 0.77% | 0.95% | - |
| XYZ | 41.2 | 22.93 | 20.67 | - |
| YUV | 118.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 122 | 0 | 0.77 | 0.49 | 0.05 | 338.59 | 0.87 | 0.58 |
| Hex | F1 | 38 | 7A | 0 | 4D | 31 | 5 | 153 | 57 | 3A |
| Octal | 361 | 70 | 172 | 0 | 115 | 61 | 5 | 523 | 127 | 72 |
| Binary | 11110001 | 111000 | 1111010 | 0 | 1001101 | 110001 | 101 | 101010011 | 1010111 | 111010 |
Color Harmonies of #F1387A
Complementary color
Monochromatic Colors of #F1387A
Black with #F1387A
Text Example
Text Example
White with #F1387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1387A; }
p { color: rgb(241,56,122); }
H1.HeaderClassName
{
color: #F1387A;
}
.AnyTagClassName
{
color: #F1387A;
}
</style>
background-color css
<style>
a { background-color: #F1387A; }
a { background-color: rgb(241,56,122); }
div.DivClassName
{
background-color: #F1387A;
}
.BgClassName
{
background-color: #F1387A;
}
</style>
border-color css
<style>
span { border-color: #F1387A; }
span { border-color: rgb(241,56,122); }
td.TdClassName
{
border-color: #F1387A;
}
.TagClassName
{
border-color: #F1387A;
}
</style>