Shades of Violet Red #FD3A81
Tints of Violet Red #FD3A81
RGB
CMYK
RGB Variations
Color information
#FD3A81 (or 0xFD3A81) is known color: Violet Red. HEX triplet: FD, 3A and 81. RGB value is (253,58,129). Sum of RGB (Red+Green+Blue) = 253+58+129=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3A81 is #02C57E. Grayscale: #7C7C7C. Windows color (decimal): -181631 or 8469245. OLE color: 8469245.
HSL color Cylindrical-coordinate representation of color #FD3A81: hue angle of 338.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3A81 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 129 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.01 |
| HSL | 338.15º | 0.98% | 0.61% | - |
| HSV(B) | 338.15º | 0.77% | 0.99% | - |
| XYZ | 45.98 | 25.49 | 23.27 | - |
| YUV | 124.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 129 | 0 | 0.77 | 0.49 | 0.01 | 338.15 | 0.98 | 0.61 |
| Hex | FD | 3A | 81 | 0 | 4D | 31 | 1 | 152 | 62 | 3D |
| Octal | 375 | 72 | 201 | 0 | 115 | 61 | 1 | 522 | 142 | 75 |
| Binary | 11111101 | 111010 | 10000001 | 0 | 1001101 | 110001 | 1 | 101010010 | 1100010 | 111101 |
Color Harmonies of #FD3A81
Complementary color
Monochromatic Colors of #FD3A81
Black with #FD3A81
Text Example
Text Example
White with #FD3A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A81; }
p { color: rgb(253,58,129); }
H1.HeaderClassName
{
color: #FD3A81;
}
.AnyTagClassName
{
color: #FD3A81;
}
</style>
background-color css
<style>
a { background-color: #FD3A81; }
a { background-color: rgb(253,58,129); }
div.DivClassName
{
background-color: #FD3A81;
}
.BgClassName
{
background-color: #FD3A81;
}
</style>
border-color css
<style>
span { border-color: #FD3A81; }
span { border-color: rgb(253,58,129); }
td.TdClassName
{
border-color: #FD3A81;
}
.TagClassName
{
border-color: #FD3A81;
}
</style>