Shades of Violet Red #F1388D
Tints of Violet Red #F1388D
RGB
CMYK
RGB Variations
Color information
#F1388D (or 0xF1388D) is known color: Violet Red. HEX triplet: F1, 38 and 8D. RGB value is (241,56,141). Sum of RGB (Red+Green+Blue) = 241+56+141=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1388D is #0EC772. Grayscale: #787878. Windows color (decimal): -968563 or 9255153. OLE color: 9255153.
HSL color Cylindrical-coordinate representation of color #F1388D: hue angle of 332.43º 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 #F1388D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 141 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.05 |
| HSL | 332.43º | 0.87% | 0.58% | - |
| HSV(B) | 332.43º | 0.77% | 0.95% | - |
| XYZ | 42.5 | 23.45 | 27.49 | - |
| YUV | 121.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 141 | 0 | 0.77 | 0.41 | 0.05 | 332.43 | 0.87 | 0.58 |
| Hex | F1 | 38 | 8D | 0 | 4D | 29 | 5 | 14C | 57 | 3A |
| Octal | 361 | 70 | 215 | 0 | 115 | 51 | 5 | 514 | 127 | 72 |
| Binary | 11110001 | 111000 | 10001101 | 0 | 1001101 | 101001 | 101 | 101001100 | 1010111 | 111010 |
Color Harmonies of #F1388D
Complementary color
Monochromatic Colors of #F1388D
Black with #F1388D
Text Example
Text Example
White with #F1388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1388D; }
p { color: rgb(241,56,141); }
H1.HeaderClassName
{
color: #F1388D;
}
.AnyTagClassName
{
color: #F1388D;
}
</style>
background-color css
<style>
a { background-color: #F1388D; }
a { background-color: rgb(241,56,141); }
div.DivClassName
{
background-color: #F1388D;
}
.BgClassName
{
background-color: #F1388D;
}
</style>
border-color css
<style>
span { border-color: #F1388D; }
span { border-color: rgb(241,56,141); }
td.TdClassName
{
border-color: #F1388D;
}
.TagClassName
{
border-color: #F1388D;
}
</style>