Shades of Violet Red #FD3A8B
Tints of Violet Red #FD3A8B
RGB
CMYK
RGB Variations
Color information
#FD3A8B (or 0xFD3A8B) is known color: Violet Red. HEX triplet: FD, 3A and 8B. RGB value is (253,58,139). Sum of RGB (Red+Green+Blue) = 253+58+139=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3A8B is #02C574. Grayscale: #7D7D7D. Windows color (decimal): -181621 or 9124605. OLE color: 9124605.
HSL color Cylindrical-coordinate representation of color #FD3A8B: hue angle of 335.08º 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 #FD3A8B is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 139 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.01 |
| HSL | 335.08º | 0.98% | 0.61% | - |
| HSV(B) | 335.08º | 0.77% | 0.99% | - |
| XYZ | 46.68 | 25.77 | 26.94 | - |
| YUV | 125.54 | 135.6 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 139 | 0 | 0.77 | 0.45 | 0.01 | 335.08 | 0.98 | 0.61 |
| Hex | FD | 3A | 8B | 0 | 4D | 2D | 1 | 14F | 62 | 3D |
| Octal | 375 | 72 | 213 | 0 | 115 | 55 | 1 | 517 | 142 | 75 |
| Binary | 11111101 | 111010 | 10001011 | 0 | 1001101 | 101101 | 1 | 101001111 | 1100010 | 111101 |
Color Harmonies of #FD3A8B
Complementary color
Monochromatic Colors of #FD3A8B
Black with #FD3A8B
Text Example
Text Example
White with #FD3A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A8B; }
p { color: rgb(253,58,139); }
H1.HeaderClassName
{
color: #FD3A8B;
}
.AnyTagClassName
{
color: #FD3A8B;
}
</style>
background-color css
<style>
a { background-color: #FD3A8B; }
a { background-color: rgb(253,58,139); }
div.DivClassName
{
background-color: #FD3A8B;
}
.BgClassName
{
background-color: #FD3A8B;
}
</style>
border-color css
<style>
span { border-color: #FD3A8B; }
span { border-color: rgb(253,58,139); }
td.TdClassName
{
border-color: #FD3A8B;
}
.TagClassName
{
border-color: #FD3A8B;
}
</style>