Shades of Violet Red #FD3A7B
Tints of Violet Red #FD3A7B
RGB
CMYK
RGB Variations
Color information
#FD3A7B (or 0xFD3A7B) is known color: Violet Red. HEX triplet: FD, 3A and 7B. RGB value is (253,58,123). Sum of RGB (Red+Green+Blue) = 253+58+123=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A7B is #02C584. Grayscale: #7B7B7B. Windows color (decimal): -181637 or 8076029. OLE color: 8076029.
HSL color Cylindrical-coordinate representation of color #FD3A7B: hue angle of 340º 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 #FD3A7B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 123 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.01 |
| HSL | 340º | 0.98% | 0.61% | - |
| HSV(B) | 340º | 0.77% | 0.99% | - |
| XYZ | 45.6 | 25.34 | 21.23 | - |
| YUV | 123.72 | 127.6 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 123 | 0 | 0.77 | 0.51 | 0.01 | 340 | 0.98 | 0.61 |
| Hex | FD | 3A | 7B | 0 | 4D | 33 | 1 | 154 | 62 | 3D |
| Octal | 375 | 72 | 173 | 0 | 115 | 63 | 1 | 524 | 142 | 75 |
| Binary | 11111101 | 111010 | 1111011 | 0 | 1001101 | 110011 | 1 | 101010100 | 1100010 | 111101 |
Color Harmonies of #FD3A7B
Complementary color
Monochromatic Colors of #FD3A7B
Black with #FD3A7B
Text Example
Text Example
White with #FD3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A7B; }
p { color: rgb(253,58,123); }
H1.HeaderClassName
{
color: #FD3A7B;
}
.AnyTagClassName
{
color: #FD3A7B;
}
</style>
background-color css
<style>
a { background-color: #FD3A7B; }
a { background-color: rgb(253,58,123); }
div.DivClassName
{
background-color: #FD3A7B;
}
.BgClassName
{
background-color: #FD3A7B;
}
</style>
border-color css
<style>
span { border-color: #FD3A7B; }
span { border-color: rgb(253,58,123); }
td.TdClassName
{
border-color: #FD3A7B;
}
.TagClassName
{
border-color: #FD3A7B;
}
</style>