Shades of Violet Red #FD3E90
Tints of Violet Red #FD3E90
RGB
CMYK
RGB Variations
Color information
#FD3E90 (or 0xFD3E90) is known color: Violet Red. HEX triplet: FD, 3E and 90. RGB value is (253,62,144). Sum of RGB (Red+Green+Blue) = 253+62+144=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3E90 is #02C16F. Grayscale: #808080. Windows color (decimal): -180592 or 9453309. OLE color: 9453309.
HSL color Cylindrical-coordinate representation of color #FD3E90: hue angle of 334.24º 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 #FD3E90 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 144 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.01 |
| HSL | 334.24º | 0.98% | 0.62% | - |
| HSV(B) | 334.24º | 0.75% | 0.99% | - |
| XYZ | 47.26 | 26.34 | 28.98 | - |
| YUV | 128.46 | 136.78 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 144 | 0 | 0.75 | 0.43 | 0.01 | 334.24 | 0.98 | 0.62 |
| Hex | FD | 3E | 90 | 0 | 4B | 2B | 1 | 14E | 62 | 3E |
| Octal | 375 | 76 | 220 | 0 | 113 | 53 | 1 | 516 | 142 | 76 |
| Binary | 11111101 | 111110 | 10010000 | 0 | 1001011 | 101011 | 1 | 101001110 | 1100010 | 111110 |
Color Harmonies of #FD3E90
Complementary color
Monochromatic Colors of #FD3E90
Black with #FD3E90
Text Example
Text Example
White with #FD3E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E90; }
p { color: rgb(253,62,144); }
H1.HeaderClassName
{
color: #FD3E90;
}
.AnyTagClassName
{
color: #FD3E90;
}
</style>
background-color css
<style>
a { background-color: #FD3E90; }
a { background-color: rgb(253,62,144); }
div.DivClassName
{
background-color: #FD3E90;
}
.BgClassName
{
background-color: #FD3E90;
}
</style>
border-color css
<style>
span { border-color: #FD3E90; }
span { border-color: rgb(253,62,144); }
td.TdClassName
{
border-color: #FD3E90;
}
.TagClassName
{
border-color: #FD3E90;
}
</style>