Shades of Violet Red #F13B8B
Tints of Violet Red #F13B8B
RGB
CMYK
RGB Variations
Color information
#F13B8B (or 0xF13B8B) is known color: Violet Red. HEX triplet: F1, 3B and 8B. RGB value is (241,59,139). Sum of RGB (Red+Green+Blue) = 241+59+139=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13B8B is #0EC474. Grayscale: #7A7A7A. Windows color (decimal): -967797 or 9124849. OLE color: 9124849.
HSL color Cylindrical-coordinate representation of color #F13B8B: hue angle of 333.63º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13B8B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 59 | 139 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.05 |
| HSL | 333.63º | 0.87% | 0.59% | - |
| HSV(B) | 333.63º | 0.76% | 0.95% | - |
| XYZ | 42.5 | 23.69 | 26.76 | - |
| YUV | 122.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 59 | 139 | 0 | 0.76 | 0.42 | 0.05 | 333.63 | 0.87 | 0.59 |
| Hex | F1 | 3B | 8B | 0 | 4C | 2A | 5 | 14E | 57 | 3B |
| Octal | 361 | 73 | 213 | 0 | 114 | 52 | 5 | 516 | 127 | 73 |
| Binary | 11110001 | 111011 | 10001011 | 0 | 1001100 | 101010 | 101 | 101001110 | 1010111 | 111011 |
Color Harmonies of #F13B8B
Complementary color
Monochromatic Colors of #F13B8B
Black with #F13B8B
Text Example
Text Example
White with #F13B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13B8B; }
p { color: rgb(241,59,139); }
H1.HeaderClassName
{
color: #F13B8B;
}
.AnyTagClassName
{
color: #F13B8B;
}
</style>
background-color css
<style>
a { background-color: #F13B8B; }
a { background-color: rgb(241,59,139); }
div.DivClassName
{
background-color: #F13B8B;
}
.BgClassName
{
background-color: #F13B8B;
}
</style>
border-color css
<style>
span { border-color: #F13B8B; }
span { border-color: rgb(241,59,139); }
td.TdClassName
{
border-color: #F13B8B;
}
.TagClassName
{
border-color: #F13B8B;
}
</style>