Shades of Violet Red #FE3688
Tints of Violet Red #FE3688
RGB
CMYK
RGB Variations
Color information
#FE3688 (or 0xFE3688) is known color: Violet Red. HEX triplet: FE, 36 and 88. RGB value is (254,54,136). Sum of RGB (Red+Green+Blue) = 254+54+136=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3688 is #01C977. Grayscale: #7B7B7B. Windows color (decimal): -117112 or 8926974. OLE color: 8926974.
HSL color Cylindrical-coordinate representation of color #FE3688: hue angle of 335.4º 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 #FE3688 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 136 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.00 |
| HSL | 335.4º | 0.99% | 0.6% | - |
| HSV(B) | 335.4º | 0.79% | 1% | - |
| XYZ | 46.64 | 25.49 | 25.75 | - |
| YUV | 123.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 136 | 0 | 0.79 | 0.46 | 0.00 | 335.4 | 0.99 | 0.6 |
| Hex | FE | 36 | 88 | 0 | 4F | 2E | 0 | 14F | 63 | 3C |
| Octal | 376 | 66 | 210 | 0 | 117 | 56 | 0 | 517 | 143 | 74 |
| Binary | 11111110 | 110110 | 10001000 | 0 | 1001111 | 101110 | 0 | 101001111 | 1100011 | 111100 |
Color Harmonies of #FE3688
Complementary color
Monochromatic Colors of #FE3688
Black with #FE3688
Text Example
Text Example
White with #FE3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3688; }
p { color: rgb(254,54,136); }
H1.HeaderClassName
{
color: #FE3688;
}
.AnyTagClassName
{
color: #FE3688;
}
</style>
background-color css
<style>
a { background-color: #FE3688; }
a { background-color: rgb(254,54,136); }
div.DivClassName
{
background-color: #FE3688;
}
.BgClassName
{
background-color: #FE3688;
}
</style>
border-color css
<style>
span { border-color: #FE3688; }
span { border-color: rgb(254,54,136); }
td.TdClassName
{
border-color: #FE3688;
}
.TagClassName
{
border-color: #FE3688;
}
</style>