Shades of Violet Red #F1358B
Tints of Violet Red #F1358B
RGB
CMYK
RGB Variations
Color information
#F1358B (or 0xF1358B) is known color: Violet Red. HEX triplet: F1, 35 and 8B. RGB value is (241,53,139). Sum of RGB (Red+Green+Blue) = 241+53+139=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1358B is #0ECA74. Grayscale: #767676. Windows color (decimal): -969333 or 9123313. OLE color: 9123313.
HSL color Cylindrical-coordinate representation of color #F1358B: hue angle of 332.55º 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 #F1358B is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 53 | 139 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.05 |
| HSL | 332.55º | 0.87% | 0.58% | - |
| HSV(B) | 332.55º | 0.78% | 0.95% | - |
| XYZ | 42.21 | 23.11 | 26.66 | - |
| YUV | 119.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 53 | 139 | 0 | 0.78 | 0.42 | 0.05 | 332.55 | 0.87 | 0.58 |
| Hex | F1 | 35 | 8B | 0 | 4E | 2A | 5 | 14D | 57 | 3A |
| Octal | 361 | 65 | 213 | 0 | 116 | 52 | 5 | 515 | 127 | 72 |
| Binary | 11110001 | 110101 | 10001011 | 0 | 1001110 | 101010 | 101 | 101001101 | 1010111 | 111010 |
Color Harmonies of #F1358B
Complementary color
Monochromatic Colors of #F1358B
Black with #F1358B
Text Example
Text Example
White with #F1358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1358B; }
p { color: rgb(241,53,139); }
H1.HeaderClassName
{
color: #F1358B;
}
.AnyTagClassName
{
color: #F1358B;
}
</style>
background-color css
<style>
a { background-color: #F1358B; }
a { background-color: rgb(241,53,139); }
div.DivClassName
{
background-color: #F1358B;
}
.BgClassName
{
background-color: #F1358B;
}
</style>
border-color css
<style>
span { border-color: #F1358B; }
span { border-color: rgb(241,53,139); }
td.TdClassName
{
border-color: #F1358B;
}
.TagClassName
{
border-color: #F1358B;
}
</style>