Shades of Violet Red #FD3C7A
Tints of Violet Red #FD3C7A
RGB
CMYK
RGB Variations
Color information
#FD3C7A (or 0xFD3C7A) is known color: Violet Red. HEX triplet: FD, 3C and 7A. RGB value is (253,60,122). Sum of RGB (Red+Green+Blue) = 253+60+122=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C7A is #02C385. Grayscale: #7C7C7C. Windows color (decimal): -181126 or 8011005. OLE color: 8011005.
HSL color Cylindrical-coordinate representation of color #FD3C7A: hue angle of 340.73º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C7A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 122 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.01 |
| HSL | 340.73º | 0.98% | 0.61% | - |
| HSV(B) | 340.73º | 0.76% | 0.99% | - |
| XYZ | 45.64 | 25.52 | 20.93 | - |
| YUV | 124.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 122 | 0 | 0.76 | 0.52 | 0.01 | 340.73 | 0.98 | 0.61 |
| Hex | FD | 3C | 7A | 0 | 4C | 34 | 1 | 155 | 62 | 3D |
| Octal | 375 | 74 | 172 | 0 | 114 | 64 | 1 | 525 | 142 | 75 |
| Binary | 11111101 | 111100 | 1111010 | 0 | 1001100 | 110100 | 1 | 101010101 | 1100010 | 111101 |
Color Harmonies of #FD3C7A
Complementary color
Monochromatic Colors of #FD3C7A
Black with #FD3C7A
Text Example
Text Example
White with #FD3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C7A; }
p { color: rgb(253,60,122); }
H1.HeaderClassName
{
color: #FD3C7A;
}
.AnyTagClassName
{
color: #FD3C7A;
}
</style>
background-color css
<style>
a { background-color: #FD3C7A; }
a { background-color: rgb(253,60,122); }
div.DivClassName
{
background-color: #FD3C7A;
}
.BgClassName
{
background-color: #FD3C7A;
}
</style>
border-color css
<style>
span { border-color: #FD3C7A; }
span { border-color: rgb(253,60,122); }
td.TdClassName
{
border-color: #FD3C7A;
}
.TagClassName
{
border-color: #FD3C7A;
}
</style>