Shades of Violet Red #F1358C
Tints of Violet Red #F1358C
RGB
CMYK
RGB Variations
Color information
#F1358C (or 0xF1358C) is known color: Violet Red. HEX triplet: F1, 35 and 8C. RGB value is (241,53,140). Sum of RGB (Red+Green+Blue) = 241+53+140=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1358C is #0ECA73. Grayscale: #767676. Windows color (decimal): -969332 or 9188849. OLE color: 9188849.
HSL color Cylindrical-coordinate representation of color #F1358C: hue angle of 332.23º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1358C is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 140 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.05 |
| HSL | 332.23º | 0.87% | 0.58% | - |
| HSV(B) | 332.23º | 0.78% | 0.95% | - |
| XYZ | 42.28 | 23.14 | 27.05 | - |
| YUV | 119.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 140 | 0 | 0.78 | 0.42 | 0.05 | 332.23 | 0.87 | 0.58 |
| Hex | F1 | 35 | 8C | 0 | 4E | 2A | 5 | 14C | 57 | 3A |
| Octal | 361 | 65 | 214 | 0 | 116 | 52 | 5 | 514 | 127 | 72 |
| Binary | 11110001 | 110101 | 10001100 | 0 | 1001110 | 101010 | 101 | 101001100 | 1010111 | 111010 |
Color Harmonies of #F1358C
Complementary color
Monochromatic Colors of #F1358C
Black with #F1358C
Text Example
Text Example
White with #F1358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1358C; }
p { color: rgb(241,53,140); }
H1.HeaderClassName
{
color: #F1358C;
}
.AnyTagClassName
{
color: #F1358C;
}
</style>
background-color css
<style>
a { background-color: #F1358C; }
a { background-color: rgb(241,53,140); }
div.DivClassName
{
background-color: #F1358C;
}
.BgClassName
{
background-color: #F1358C;
}
</style>
border-color css
<style>
span { border-color: #F1358C; }
span { border-color: rgb(241,53,140); }
td.TdClassName
{
border-color: #F1358C;
}
.TagClassName
{
border-color: #F1358C;
}
</style>