Shades of Violet Red #FE3689
Tints of Violet Red #FE3689
RGB
CMYK
RGB Variations
Color information
#FE3689 (or 0xFE3689) is known color: Violet Red. HEX triplet: FE, 36 and 89. RGB value is (254,54,137). Sum of RGB (Red+Green+Blue) = 254+54+137=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3689 is #01C976. Grayscale: #7B7B7B. Windows color (decimal): -117111 or 8992510. OLE color: 8992510.
HSL color Cylindrical-coordinate representation of color #FE3689: hue angle of 335.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3689 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 137 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.00 |
| HSL | 335.1º | 0.99% | 0.6% | - |
| HSV(B) | 335.1º | 0.79% | 1% | - |
| XYZ | 46.71 | 25.52 | 26.13 | - |
| YUV | 123.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 137 | 0 | 0.79 | 0.46 | 0.00 | 335.1 | 0.99 | 0.6 |
| Hex | FE | 36 | 89 | 0 | 4F | 2E | 0 | 14F | 63 | 3C |
| Octal | 376 | 66 | 211 | 0 | 117 | 56 | 0 | 517 | 143 | 74 |
| Binary | 11111110 | 110110 | 10001001 | 0 | 1001111 | 101110 | 0 | 101001111 | 1100011 | 111100 |
Color Harmonies of #FE3689
Complementary color
Monochromatic Colors of #FE3689
Black with #FE3689
Text Example
Text Example
White with #FE3689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3689; }
p { color: rgb(254,54,137); }
H1.HeaderClassName
{
color: #FE3689;
}
.AnyTagClassName
{
color: #FE3689;
}
</style>
background-color css
<style>
a { background-color: #FE3689; }
a { background-color: rgb(254,54,137); }
div.DivClassName
{
background-color: #FE3689;
}
.BgClassName
{
background-color: #FE3689;
}
</style>
border-color css
<style>
span { border-color: #FE3689; }
span { border-color: rgb(254,54,137); }
td.TdClassName
{
border-color: #FE3689;
}
.TagClassName
{
border-color: #FE3689;
}
</style>