Shades of Violet Red #FF3A79
Tints of Violet Red #FF3A79
RGB
CMYK
RGB Variations
Color information
#FF3A79 (or 0xFF3A79) is known color: Violet Red. HEX triplet: FF, 3A and 79. RGB value is (255,58,121). Sum of RGB (Red+Green+Blue) = 255+58+121=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3A79 is #00C586. Grayscale: #7C7C7C. Windows color (decimal): -50567 or 7944959. OLE color: 7944959.
HSL color Cylindrical-coordinate representation of color #FF3A79: hue angle of 340.81º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3A79 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 121 | - |
| CMYK | 0 | 0.77 | 0.53 | 0 |
| HSL | 340.81º | 1% | 0.61% | - |
| HSV(B) | 340.81º | 0.77% | 1% | - |
| XYZ | 46.2 | 25.67 | 20.61 | - |
| YUV | 124.09 | 126.27 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 121 | 0 | 0.77 | 0.53 | 0 | 340.81 | 1 | 0.61 |
| Hex | FF | 3A | 79 | 0 | 4D | 35 | 0 | 155 | 64 | 3D |
| Octal | 377 | 72 | 171 | 0 | 115 | 65 | 0 | 525 | 144 | 75 |
| Binary | 11111111 | 111010 | 1111001 | 0 | 1001101 | 110101 | 0 | 101010101 | 1100100 | 111101 |
Color Harmonies of #FF3A79
Complementary color
Monochromatic Colors of #FF3A79
Black with #FF3A79
Text Example
Text Example
White with #FF3A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A79; }
p { color: rgb(255,58,121); }
H1.HeaderClassName
{
color: #FF3A79;
}
.AnyTagClassName
{
color: #FF3A79;
}
</style>
background-color css
<style>
a { background-color: #FF3A79; }
a { background-color: rgb(255,58,121); }
div.DivClassName
{
background-color: #FF3A79;
}
.BgClassName
{
background-color: #FF3A79;
}
</style>
border-color css
<style>
span { border-color: #FF3A79; }
span { border-color: rgb(255,58,121); }
td.TdClassName
{
border-color: #FF3A79;
}
.TagClassName
{
border-color: #FF3A79;
}
</style>