Shades of Violet Red #FF3A89
Tints of Violet Red #FF3A89
RGB
CMYK
RGB Variations
Color information
#FF3A89 (or 0xFF3A89) is known color: Violet Red. HEX triplet: FF, 3A and 89. RGB value is (255,58,137). Sum of RGB (Red+Green+Blue) = 255+58+137=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3A89 is #00C576. Grayscale: #7D7D7D. Windows color (decimal): -50551 or 8993535. OLE color: 8993535.
HSL color Cylindrical-coordinate representation of color #FF3A89: hue angle of 335.94º 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 #FF3A89 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 137 | - |
| CMYK | 0 | 0.77 | 0.46 | 0 |
| HSL | 335.94º | 1% | 0.61% | - |
| HSV(B) | 335.94º | 0.77% | 1% | - |
| XYZ | 47.27 | 26.09 | 26.21 | - |
| YUV | 125.91 | 134.27 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 137 | 0 | 0.77 | 0.46 | 0 | 335.94 | 1 | 0.61 |
| Hex | FF | 3A | 89 | 0 | 4D | 2E | 0 | 150 | 64 | 3D |
| Octal | 377 | 72 | 211 | 0 | 115 | 56 | 0 | 520 | 144 | 75 |
| Binary | 11111111 | 111010 | 10001001 | 0 | 1001101 | 101110 | 0 | 101010000 | 1100100 | 111101 |
Color Harmonies of #FF3A89
Complementary color
Monochromatic Colors of #FF3A89
Black with #FF3A89
Text Example
Text Example
White with #FF3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A89; }
p { color: rgb(255,58,137); }
H1.HeaderClassName
{
color: #FF3A89;
}
.AnyTagClassName
{
color: #FF3A89;
}
</style>
background-color css
<style>
a { background-color: #FF3A89; }
a { background-color: rgb(255,58,137); }
div.DivClassName
{
background-color: #FF3A89;
}
.BgClassName
{
background-color: #FF3A89;
}
</style>
border-color css
<style>
span { border-color: #FF3A89; }
span { border-color: rgb(255,58,137); }
td.TdClassName
{
border-color: #FF3A89;
}
.TagClassName
{
border-color: #FF3A89;
}
</style>