Shades of Violet Red #FF3A8D
Tints of Violet Red #FF3A8D
RGB
CMYK
RGB Variations
Color information
#FF3A8D (or 0xFF3A8D) is known color: Violet Red. HEX triplet: FF, 3A and 8D. RGB value is (255,58,141). Sum of RGB (Red+Green+Blue) = 255+58+141=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3A8D is #00C572. Grayscale: #7E7E7E. Windows color (decimal): -50547 or 9255679. OLE color: 9255679.
HSL color Cylindrical-coordinate representation of color #FF3A8D: hue angle of 334.72º 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 #FF3A8D is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 141 | - |
| CMYK | 0 | 0.77 | 0.45 | 0 |
| HSL | 334.72º | 1% | 0.61% | - |
| HSV(B) | 334.72º | 0.77% | 1% | - |
| XYZ | 47.56 | 26.21 | 27.75 | - |
| YUV | 126.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 141 | 0 | 0.77 | 0.45 | 0 | 334.72 | 1 | 0.61 |
| Hex | FF | 3A | 8D | 0 | 4D | 2D | 0 | 14F | 64 | 3D |
| Octal | 377 | 72 | 215 | 0 | 115 | 55 | 0 | 517 | 144 | 75 |
| Binary | 11111111 | 111010 | 10001101 | 0 | 1001101 | 101101 | 0 | 101001111 | 1100100 | 111101 |
Color Harmonies of #FF3A8D
Complementary color
Monochromatic Colors of #FF3A8D
Black with #FF3A8D
Text Example
Text Example
White with #FF3A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A8D; }
p { color: rgb(255,58,141); }
H1.HeaderClassName
{
color: #FF3A8D;
}
.AnyTagClassName
{
color: #FF3A8D;
}
</style>
background-color css
<style>
a { background-color: #FF3A8D; }
a { background-color: rgb(255,58,141); }
div.DivClassName
{
background-color: #FF3A8D;
}
.BgClassName
{
background-color: #FF3A8D;
}
</style>
border-color css
<style>
span { border-color: #FF3A8D; }
span { border-color: rgb(255,58,141); }
td.TdClassName
{
border-color: #FF3A8D;
}
.TagClassName
{
border-color: #FF3A8D;
}
</style>