Shades of Violet Red #FD3C76
Tints of Violet Red #FD3C76
RGB
CMYK
RGB Variations
Color information
#FD3C76 (or 0xFD3C76) is known color: Violet Red. HEX triplet: FD, 3C and 76. RGB value is (253,60,118). Sum of RGB (Red+Green+Blue) = 253+60+118=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C76 is #02C389. Grayscale: #7C7C7C. Windows color (decimal): -181130 or 7748861. OLE color: 7748861.
HSL color Cylindrical-coordinate representation of color #FD3C76: hue angle of 341.97º 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 #FD3C76 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 118 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.01 |
| HSL | 341.97º | 0.98% | 0.61% | - |
| HSV(B) | 341.97º | 0.76% | 0.99% | - |
| XYZ | 45.39 | 25.42 | 19.65 | - |
| YUV | 124.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 118 | 0 | 0.76 | 0.53 | 0.01 | 341.97 | 0.98 | 0.61 |
| Hex | FD | 3C | 76 | 0 | 4C | 35 | 1 | 156 | 62 | 3D |
| Octal | 375 | 74 | 166 | 0 | 114 | 65 | 1 | 526 | 142 | 75 |
| Binary | 11111101 | 111100 | 1110110 | 0 | 1001100 | 110101 | 1 | 101010110 | 1100010 | 111101 |
Color Harmonies of #FD3C76
Complementary color
Monochromatic Colors of #FD3C76
Black with #FD3C76
Text Example
Text Example
White with #FD3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C76; }
p { color: rgb(253,60,118); }
H1.HeaderClassName
{
color: #FD3C76;
}
.AnyTagClassName
{
color: #FD3C76;
}
</style>
background-color css
<style>
a { background-color: #FD3C76; }
a { background-color: rgb(253,60,118); }
div.DivClassName
{
background-color: #FD3C76;
}
.BgClassName
{
background-color: #FD3C76;
}
</style>
border-color css
<style>
span { border-color: #FD3C76; }
span { border-color: rgb(253,60,118); }
td.TdClassName
{
border-color: #FD3C76;
}
.TagClassName
{
border-color: #FD3C76;
}
</style>