Shades of Violet Red #FE3D89
Tints of Violet Red #FE3D89
RGB
CMYK
RGB Variations
Color information
#FE3D89 (or 0xFE3D89) is known color: Violet Red. HEX triplet: FE, 3D and 89. RGB value is (254,61,137). Sum of RGB (Red+Green+Blue) = 254+61+137=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3D89 is #01C276. Grayscale: #7F7F7F. Windows color (decimal): -115319 or 8994302. OLE color: 8994302.
HSL color Cylindrical-coordinate representation of color #FE3D89: hue angle of 336.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3D89 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 137 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.00 |
| HSL | 336.37º | 0.99% | 0.62% | - |
| HSV(B) | 336.37º | 0.76% | 1% | - |
| XYZ | 47.06 | 26.21 | 26.25 | - |
| YUV | 127.37 | 133.44 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 137 | 0 | 0.76 | 0.46 | 0.00 | 336.37 | 0.99 | 0.62 |
| Hex | FE | 3D | 89 | 0 | 4C | 2E | 0 | 150 | 63 | 3E |
| Octal | 376 | 75 | 211 | 0 | 114 | 56 | 0 | 520 | 143 | 76 |
| Binary | 11111110 | 111101 | 10001001 | 0 | 1001100 | 101110 | 0 | 101010000 | 1100011 | 111110 |
Color Harmonies of #FE3D89
Complementary color
Monochromatic Colors of #FE3D89
Black with #FE3D89
Text Example
Text Example
White with #FE3D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D89; }
p { color: rgb(254,61,137); }
H1.HeaderClassName
{
color: #FE3D89;
}
.AnyTagClassName
{
color: #FE3D89;
}
</style>
background-color css
<style>
a { background-color: #FE3D89; }
a { background-color: rgb(254,61,137); }
div.DivClassName
{
background-color: #FE3D89;
}
.BgClassName
{
background-color: #FE3D89;
}
</style>
border-color css
<style>
span { border-color: #FE3D89; }
span { border-color: rgb(254,61,137); }
td.TdClassName
{
border-color: #FE3D89;
}
.TagClassName
{
border-color: #FE3D89;
}
</style>