Shades of Violet Red #FE4688
Tints of Violet Red #FE4688
RGB
CMYK
RGB Variations
Color information
#FE4688 (or 0xFE4688) is known color: Violet Red. HEX triplet: FE, 46 and 88. RGB value is (254,70,136). Sum of RGB (Red+Green+Blue) = 254+70+136=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4688 is #01B977. Grayscale: #848484. Windows color (decimal): -113016 or 8931070. OLE color: 8931070.
HSL color Cylindrical-coordinate representation of color #FE4688: hue angle of 338.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4688 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 136 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.00 |
| HSL | 338.48º | 0.99% | 0.64% | - |
| HSV(B) | 338.48º | 0.72% | 1% | - |
| XYZ | 47.51 | 27.23 | 26.04 | - |
| YUV | 132.54 | 129.96 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 136 | 0 | 0.72 | 0.46 | 0.00 | 338.48 | 0.99 | 0.64 |
| Hex | FE | 46 | 88 | 0 | 48 | 2E | 0 | 152 | 63 | 40 |
| Octal | 376 | 106 | 210 | 0 | 110 | 56 | 0 | 522 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10001000 | 0 | 1001000 | 101110 | 0 | 101010010 | 1100011 | 1000000 |
Color Harmonies of #FE4688
Complementary color
Monochromatic Colors of #FE4688
Black with #FE4688
Text Example
Text Example
White with #FE4688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4688; }
p { color: rgb(254,70,136); }
H1.HeaderClassName
{
color: #FE4688;
}
.AnyTagClassName
{
color: #FE4688;
}
</style>
background-color css
<style>
a { background-color: #FE4688; }
a { background-color: rgb(254,70,136); }
div.DivClassName
{
background-color: #FE4688;
}
.BgClassName
{
background-color: #FE4688;
}
</style>
border-color css
<style>
span { border-color: #FE4688; }
span { border-color: rgb(254,70,136); }
td.TdClassName
{
border-color: #FE4688;
}
.TagClassName
{
border-color: #FE4688;
}
</style>