Shades of Violet Red #FE3F89
Tints of Violet Red #FE3F89
RGB
CMYK
RGB Variations
Color information
#FE3F89 (or 0xFE3F89) is known color: Violet Red. HEX triplet: FE, 3F and 89. RGB value is (254,63,137). Sum of RGB (Red+Green+Blue) = 254+63+137=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3F89 is #01C076. Grayscale: #808080. Windows color (decimal): -114807 or 8994814. OLE color: 8994814.
HSL color Cylindrical-coordinate representation of color #FE3F89: hue angle of 336.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3F89 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 137 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.00 |
| HSL | 336.75º | 0.99% | 0.62% | - |
| HSV(B) | 336.75º | 0.75% | 1% | - |
| XYZ | 47.17 | 26.43 | 26.28 | - |
| YUV | 128.55 | 132.78 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 137 | 0 | 0.75 | 0.46 | 0.00 | 336.75 | 0.99 | 0.62 |
| Hex | FE | 3F | 89 | 0 | 4B | 2E | 0 | 151 | 63 | 3E |
| Octal | 376 | 77 | 211 | 0 | 113 | 56 | 0 | 521 | 143 | 76 |
| Binary | 11111110 | 111111 | 10001001 | 0 | 1001011 | 101110 | 0 | 101010001 | 1100011 | 111110 |
Color Harmonies of #FE3F89
Complementary color
Monochromatic Colors of #FE3F89
Black with #FE3F89
Text Example
Text Example
White with #FE3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F89; }
p { color: rgb(254,63,137); }
H1.HeaderClassName
{
color: #FE3F89;
}
.AnyTagClassName
{
color: #FE3F89;
}
</style>
background-color css
<style>
a { background-color: #FE3F89; }
a { background-color: rgb(254,63,137); }
div.DivClassName
{
background-color: #FE3F89;
}
.BgClassName
{
background-color: #FE3F89;
}
</style>
border-color css
<style>
span { border-color: #FE3F89; }
span { border-color: rgb(254,63,137); }
td.TdClassName
{
border-color: #FE3F89;
}
.TagClassName
{
border-color: #FE3F89;
}
</style>