Shades of Violet Red #FE468D
Tints of Violet Red #FE468D
RGB
CMYK
RGB Variations
Color information
#FE468D (or 0xFE468D) is known color: Violet Red. HEX triplet: FE, 46 and 8D. RGB value is (254,70,141). Sum of RGB (Red+Green+Blue) = 254+70+141=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE468D is #01B972. Grayscale: #858585. Windows color (decimal): -113011 or 9258750. OLE color: 9258750.
HSL color Cylindrical-coordinate representation of color #FE468D: hue angle of 336.85º 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 #FE468D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 141 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.00 |
| HSL | 336.85º | 0.99% | 0.64% | - |
| HSV(B) | 336.85º | 0.72% | 1% | - |
| XYZ | 47.87 | 27.37 | 27.96 | - |
| YUV | 133.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 141 | 0 | 0.72 | 0.44 | 0.00 | 336.85 | 0.99 | 0.64 |
| Hex | FE | 46 | 8D | 0 | 48 | 2C | 0 | 151 | 63 | 40 |
| Octal | 376 | 106 | 215 | 0 | 110 | 54 | 0 | 521 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10001101 | 0 | 1001000 | 101100 | 0 | 101010001 | 1100011 | 1000000 |
Color Harmonies of #FE468D
Complementary color
Monochromatic Colors of #FE468D
Black with #FE468D
Text Example
Text Example
White with #FE468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE468D; }
p { color: rgb(254,70,141); }
H1.HeaderClassName
{
color: #FE468D;
}
.AnyTagClassName
{
color: #FE468D;
}
</style>
background-color css
<style>
a { background-color: #FE468D; }
a { background-color: rgb(254,70,141); }
div.DivClassName
{
background-color: #FE468D;
}
.BgClassName
{
background-color: #FE468D;
}
</style>
border-color css
<style>
span { border-color: #FE468D; }
span { border-color: rgb(254,70,141); }
td.TdClassName
{
border-color: #FE468D;
}
.TagClassName
{
border-color: #FE468D;
}
</style>