Shades of Violet Red #FD377C
Tints of Violet Red #FD377C
RGB
CMYK
RGB Variations
Color information
#FD377C (or 0xFD377C) is known color: Violet Red. HEX triplet: FD, 37 and 7C. RGB value is (253,55,124). Sum of RGB (Red+Green+Blue) = 253+55+124=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD377C is #02C883. Grayscale: #797979. Windows color (decimal): -182404 or 8140797. OLE color: 8140797.
HSL color Cylindrical-coordinate representation of color #FD377C: hue angle of 339.09º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD377C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 124 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.01 |
| HSL | 339.09º | 0.98% | 0.6% | - |
| HSV(B) | 339.09º | 0.78% | 0.99% | - |
| XYZ | 45.51 | 25.07 | 21.51 | - |
| YUV | 122.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 124 | 0 | 0.78 | 0.51 | 0.01 | 339.09 | 0.98 | 0.6 |
| Hex | FD | 37 | 7C | 0 | 4E | 33 | 1 | 153 | 62 | 3C |
| Octal | 375 | 67 | 174 | 0 | 116 | 63 | 1 | 523 | 142 | 74 |
| Binary | 11111101 | 110111 | 1111100 | 0 | 1001110 | 110011 | 1 | 101010011 | 1100010 | 111100 |
Color Harmonies of #FD377C
Complementary color
Monochromatic Colors of #FD377C
Black with #FD377C
Text Example
Text Example
White with #FD377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD377C; }
p { color: rgb(253,55,124); }
H1.HeaderClassName
{
color: #FD377C;
}
.AnyTagClassName
{
color: #FD377C;
}
</style>
background-color css
<style>
a { background-color: #FD377C; }
a { background-color: rgb(253,55,124); }
div.DivClassName
{
background-color: #FD377C;
}
.BgClassName
{
background-color: #FD377C;
}
</style>
border-color css
<style>
span { border-color: #FD377C; }
span { border-color: rgb(253,55,124); }
td.TdClassName
{
border-color: #FD377C;
}
.TagClassName
{
border-color: #FD377C;
}
</style>