Shades of Violet Red #FF3A87
Tints of Violet Red #FF3A87
RGB
CMYK
RGB Variations
Color information
#FF3A87 (or 0xFF3A87) is known color: Violet Red. HEX triplet: FF, 3A and 87. RGB value is (255,58,135). Sum of RGB (Red+Green+Blue) = 255+58+135=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3A87 is #00C578. Grayscale: #7D7D7D. Windows color (decimal): -50553 or 8862463. OLE color: 8862463.
HSL color Cylindrical-coordinate representation of color #FF3A87: hue angle of 336.55º 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 #FF3A87 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 135 | - |
| CMYK | 0 | 0.77 | 0.47 | 0 |
| HSL | 336.55º | 1% | 0.61% | - |
| HSV(B) | 336.55º | 0.77% | 1% | - |
| XYZ | 47.13 | 26.04 | 25.46 | - |
| YUV | 125.68 | 133.27 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 135 | 0 | 0.77 | 0.47 | 0 | 336.55 | 1 | 0.61 |
| Hex | FF | 3A | 87 | 0 | 4D | 2F | 0 | 151 | 64 | 3D |
| Octal | 377 | 72 | 207 | 0 | 115 | 57 | 0 | 521 | 144 | 75 |
| Binary | 11111111 | 111010 | 10000111 | 0 | 1001101 | 101111 | 0 | 101010001 | 1100100 | 111101 |
Color Harmonies of #FF3A87
Complementary color
Monochromatic Colors of #FF3A87
Black with #FF3A87
Text Example
Text Example
White with #FF3A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A87; }
p { color: rgb(255,58,135); }
H1.HeaderClassName
{
color: #FF3A87;
}
.AnyTagClassName
{
color: #FF3A87;
}
</style>
background-color css
<style>
a { background-color: #FF3A87; }
a { background-color: rgb(255,58,135); }
div.DivClassName
{
background-color: #FF3A87;
}
.BgClassName
{
background-color: #FF3A87;
}
</style>
border-color css
<style>
span { border-color: #FF3A87; }
span { border-color: rgb(255,58,135); }
td.TdClassName
{
border-color: #FF3A87;
}
.TagClassName
{
border-color: #FF3A87;
}
</style>