Shades of Violet Red #FD3E7E
Tints of Violet Red #FD3E7E
RGB
CMYK
RGB Variations
Color information
#FD3E7E (or 0xFD3E7E) is known color: Violet Red. HEX triplet: FD, 3E and 7E. RGB value is (253,62,126). Sum of RGB (Red+Green+Blue) = 253+62+126=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E7E is #02C181. Grayscale: #7E7E7E. Windows color (decimal): -180610 or 8273661. OLE color: 8273661.
HSL color Cylindrical-coordinate representation of color #FD3E7E: hue angle of 339.9º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3E7E is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 62 | 126 | - |
CMYK | 0 | 0.75 | 0.50 | 0.01 |
HSL | 339.9º | 0.98% | 0.62% | - |
HSV(B) | 339.9º | 0.75% | 0.99% | - |
XYZ | 46 | 25.83 | 22.3 | - |
YUV | 126.41 | 127.78 | 218.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 62 | 126 | 0 | 0.75 | 0.50 | 0.01 | 339.9 | 0.98 | 0.62 |
Hex | FD | 3E | 7E | 0 | 4B | 32 | 1 | 154 | 62 | 3E |
Octal | 375 | 76 | 176 | 0 | 113 | 62 | 1 | 524 | 142 | 76 |
Binary | 11111101 | 111110 | 1111110 | 0 | 1001011 | 110010 | 1 | 101010100 | 1100010 | 111110 |
Color Harmonies of #FD3E7E
Complementary color
Monochromatic Colors of #FD3E7E
Black with #FD3E7E
Text Example
Text Example
White with #FD3E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E7E; }
p { color: rgb(253,62,126); }
H1.HeaderClassName
{
color: #FD3E7E;
}
.AnyTagClassName
{
color: #FD3E7E;
}
</style>
background-color css
<style>
a { background-color: #FD3E7E; }
a { background-color: rgb(253,62,126); }
div.DivClassName
{
background-color: #FD3E7E;
}
.BgClassName
{
background-color: #FD3E7E;
}
</style>
border-color css
<style>
span { border-color: #FD3E7E; }
span { border-color: rgb(253,62,126); }
td.TdClassName
{
border-color: #FD3E7E;
}
.TagClassName
{
border-color: #FD3E7E;
}
</style>