Shades of Violet Red #FE3686
Tints of Violet Red #FE3686
RGB
CMYK
RGB Variations
Color information
#FE3686 (or 0xFE3686) is known color: Violet Red. HEX triplet: FE, 36 and 86. RGB value is (254,54,134). Sum of RGB (Red+Green+Blue) = 254+54+134=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3686 is #01C979. Grayscale: #7A7A7A. Windows color (decimal): -117114 or 8795902. OLE color: 8795902.
HSL color Cylindrical-coordinate representation of color #FE3686: hue angle of 336º 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 #FE3686 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 134 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.00 |
| HSL | 336º | 0.99% | 0.6% | - |
| HSV(B) | 336º | 0.79% | 1% | - |
| XYZ | 46.5 | 25.43 | 25.01 | - |
| YUV | 122.92 | 134.26 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 134 | 0 | 0.79 | 0.47 | 0.00 | 336 | 0.99 | 0.6 |
| Hex | FE | 36 | 86 | 0 | 4F | 2F | 0 | 150 | 63 | 3C |
| Octal | 376 | 66 | 206 | 0 | 117 | 57 | 0 | 520 | 143 | 74 |
| Binary | 11111110 | 110110 | 10000110 | 0 | 1001111 | 101111 | 0 | 101010000 | 1100011 | 111100 |
Color Harmonies of #FE3686
Complementary color
Monochromatic Colors of #FE3686
Black with #FE3686
Text Example
Text Example
White with #FE3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3686; }
p { color: rgb(254,54,134); }
H1.HeaderClassName
{
color: #FE3686;
}
.AnyTagClassName
{
color: #FE3686;
}
</style>
background-color css
<style>
a { background-color: #FE3686; }
a { background-color: rgb(254,54,134); }
div.DivClassName
{
background-color: #FE3686;
}
.BgClassName
{
background-color: #FE3686;
}
</style>
border-color css
<style>
span { border-color: #FE3686; }
span { border-color: rgb(254,54,134); }
td.TdClassName
{
border-color: #FE3686;
}
.TagClassName
{
border-color: #FE3686;
}
</style>