Shades of Violet Red #FE4699
Tints of Violet Red #FE4699
RGB
CMYK
RGB Variations
Color information
#FE4699 (or 0xFE4699) is known color: Violet Red. HEX triplet: FE, 46 and 99. RGB value is (254,70,153). Sum of RGB (Red+Green+Blue) = 254+70+153=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4699 is #01B966. Grayscale: #868686. Windows color (decimal): -112999 or 10045182. OLE color: 10045182.
HSL color Cylindrical-coordinate representation of color #FE4699: hue angle of 332.93º 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 #FE4699 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 153 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.00 |
| HSL | 332.93º | 0.99% | 0.64% | - |
| HSV(B) | 332.93º | 0.72% | 1% | - |
| XYZ | 48.81 | 27.75 | 32.92 | - |
| YUV | 134.48 | 138.46 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 153 | 0 | 0.72 | 0.40 | 0.00 | 332.93 | 0.99 | 0.64 |
| Hex | FE | 46 | 99 | 0 | 48 | 28 | 0 | 14D | 63 | 40 |
| Octal | 376 | 106 | 231 | 0 | 110 | 50 | 0 | 515 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10011001 | 0 | 1001000 | 101000 | 0 | 101001101 | 1100011 | 1000000 |
Color Harmonies of #FE4699
Complementary color
Monochromatic Colors of #FE4699
Black with #FE4699
Text Example
Text Example
White with #FE4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4699; }
p { color: rgb(254,70,153); }
H1.HeaderClassName
{
color: #FE4699;
}
.AnyTagClassName
{
color: #FE4699;
}
</style>
background-color css
<style>
a { background-color: #FE4699; }
a { background-color: rgb(254,70,153); }
div.DivClassName
{
background-color: #FE4699;
}
.BgClassName
{
background-color: #FE4699;
}
</style>
border-color css
<style>
span { border-color: #FE4699; }
span { border-color: rgb(254,70,153); }
td.TdClassName
{
border-color: #FE4699;
}
.TagClassName
{
border-color: #FE4699;
}
</style>