Shades of Violet Red #F13A8C
Tints of Violet Red #F13A8C
RGB
CMYK
RGB Variations
Color information
#F13A8C (or 0xF13A8C) is known color: Violet Red. HEX triplet: F1, 3A and 8C. RGB value is (241,58,140). Sum of RGB (Red+Green+Blue) = 241+58+140=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13A8C is #0EC573. Grayscale: #797979. Windows color (decimal): -968052 or 9190129. OLE color: 9190129.
HSL color Cylindrical-coordinate representation of color #F13A8C: hue angle of 333.11º 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 #F13A8C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 140 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.05 |
| HSL | 333.11º | 0.87% | 0.59% | - |
| HSV(B) | 333.11º | 0.76% | 0.95% | - |
| XYZ | 42.52 | 23.62 | 27.13 | - |
| YUV | 122.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 140 | 0 | 0.76 | 0.42 | 0.05 | 333.11 | 0.87 | 0.59 |
| Hex | F1 | 3A | 8C | 0 | 4C | 2A | 5 | 14D | 57 | 3B |
| Octal | 361 | 72 | 214 | 0 | 114 | 52 | 5 | 515 | 127 | 73 |
| Binary | 11110001 | 111010 | 10001100 | 0 | 1001100 | 101010 | 101 | 101001101 | 1010111 | 111011 |
Color Harmonies of #F13A8C
Complementary color
Monochromatic Colors of #F13A8C
Black with #F13A8C
Text Example
Text Example
White with #F13A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A8C; }
p { color: rgb(241,58,140); }
H1.HeaderClassName
{
color: #F13A8C;
}
.AnyTagClassName
{
color: #F13A8C;
}
</style>
background-color css
<style>
a { background-color: #F13A8C; }
a { background-color: rgb(241,58,140); }
div.DivClassName
{
background-color: #F13A8C;
}
.BgClassName
{
background-color: #F13A8C;
}
</style>
border-color css
<style>
span { border-color: #F13A8C; }
span { border-color: rgb(241,58,140); }
td.TdClassName
{
border-color: #F13A8C;
}
.TagClassName
{
border-color: #F13A8C;
}
</style>