Shades of Violet Red #FF3A7D
Tints of Violet Red #FF3A7D
RGB
CMYK
RGB Variations
Color information
#FF3A7D (or 0xFF3A7D) is known color: Violet Red. HEX triplet: FF, 3A and 7D. RGB value is (255,58,125). Sum of RGB (Red+Green+Blue) = 255+58+125=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3A7D is #00C582. Grayscale: #7C7C7C. Windows color (decimal): -50563 or 8207103. OLE color: 8207103.
HSL color Cylindrical-coordinate representation of color #FF3A7D: hue angle of 339.59º 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 #FF3A7D is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 125 | - |
| CMYK | 0 | 0.77 | 0.51 | 0 |
| HSL | 339.59º | 1% | 0.61% | - |
| HSV(B) | 339.59º | 0.77% | 1% | - |
| XYZ | 46.45 | 25.77 | 21.93 | - |
| YUV | 124.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 125 | 0 | 0.77 | 0.51 | 0 | 339.59 | 1 | 0.61 |
| Hex | FF | 3A | 7D | 0 | 4D | 33 | 0 | 154 | 64 | 3D |
| Octal | 377 | 72 | 175 | 0 | 115 | 63 | 0 | 524 | 144 | 75 |
| Binary | 11111111 | 111010 | 1111101 | 0 | 1001101 | 110011 | 0 | 101010100 | 1100100 | 111101 |
Color Harmonies of #FF3A7D
Complementary color
Monochromatic Colors of #FF3A7D
Black with #FF3A7D
Text Example
Text Example
White with #FF3A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A7D; }
p { color: rgb(255,58,125); }
H1.HeaderClassName
{
color: #FF3A7D;
}
.AnyTagClassName
{
color: #FF3A7D;
}
</style>
background-color css
<style>
a { background-color: #FF3A7D; }
a { background-color: rgb(255,58,125); }
div.DivClassName
{
background-color: #FF3A7D;
}
.BgClassName
{
background-color: #FF3A7D;
}
</style>
border-color css
<style>
span { border-color: #FF3A7D; }
span { border-color: rgb(255,58,125); }
td.TdClassName
{
border-color: #FF3A7D;
}
.TagClassName
{
border-color: #FF3A7D;
}
</style>