Shades of Violet Red #FD377E
Tints of Violet Red #FD377E
RGB
CMYK
RGB Variations
Color information
#FD377E (or 0xFD377E) is known color: Violet Red. HEX triplet: FD, 37 and 7E. RGB value is (253,55,126). Sum of RGB (Red+Green+Blue) = 253+55+126=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD377E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD377E is #02C881. Grayscale: #7A7A7A. Windows color (decimal): -182402 or 8271869. OLE color: 8271869.
HSL color Cylindrical-coordinate representation of color #FD377E: hue angle of 338.48º 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 #FD377E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 126 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.01 |
| HSL | 338.48º | 0.98% | 0.6% | - |
| HSV(B) | 338.48º | 0.78% | 0.99% | - |
| XYZ | 45.64 | 25.12 | 22.18 | - |
| YUV | 122.3 | 130.1 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 126 | 0 | 0.78 | 0.50 | 0.01 | 338.48 | 0.98 | 0.6 |
| Hex | FD | 37 | 7E | 0 | 4E | 32 | 1 | 152 | 62 | 3C |
| Octal | 375 | 67 | 176 | 0 | 116 | 62 | 1 | 522 | 142 | 74 |
| Binary | 11111101 | 110111 | 1111110 | 0 | 1001110 | 110010 | 1 | 101010010 | 1100010 | 111100 |
Color Harmonies of #FD377E
Complementary color
Monochromatic Colors of #FD377E
Black with #FD377E
Text Example
Text Example
White with #FD377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD377E; }
p { color: rgb(253,55,126); }
H1.HeaderClassName
{
color: #FD377E;
}
.AnyTagClassName
{
color: #FD377E;
}
</style>
background-color css
<style>
a { background-color: #FD377E; }
a { background-color: rgb(253,55,126); }
div.DivClassName
{
background-color: #FD377E;
}
.BgClassName
{
background-color: #FD377E;
}
</style>
border-color css
<style>
span { border-color: #FD377E; }
span { border-color: rgb(253,55,126); }
td.TdClassName
{
border-color: #FD377E;
}
.TagClassName
{
border-color: #FD377E;
}
</style>