Shades of Violet Red #FE468B
Tints of Violet Red #FE468B
RGB
CMYK
RGB Variations
Color information
#FE468B (or 0xFE468B) is known color: Violet Red. HEX triplet: FE, 46 and 8B. RGB value is (254,70,139). Sum of RGB (Red+Green+Blue) = 254+70+139=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE468B is #01B974. Grayscale: #848484. Windows color (decimal): -113013 or 9127678. OLE color: 9127678.
HSL color Cylindrical-coordinate representation of color #FE468B: hue angle of 337.5º 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 #FE468B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 139 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.00 |
| HSL | 337.5º | 0.99% | 0.64% | - |
| HSV(B) | 337.5º | 0.72% | 1% | - |
| XYZ | 47.72 | 27.32 | 27.18 | - |
| YUV | 132.88 | 131.46 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 139 | 0 | 0.72 | 0.45 | 0.00 | 337.5 | 0.99 | 0.64 |
| Hex | FE | 46 | 8B | 0 | 48 | 2D | 0 | 152 | 63 | 40 |
| Octal | 376 | 106 | 213 | 0 | 110 | 55 | 0 | 522 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10001011 | 0 | 1001000 | 101101 | 0 | 101010010 | 1100011 | 1000000 |
Color Harmonies of #FE468B
Complementary color
Monochromatic Colors of #FE468B
Black with #FE468B
Text Example
Text Example
White with #FE468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE468B; }
p { color: rgb(254,70,139); }
H1.HeaderClassName
{
color: #FE468B;
}
.AnyTagClassName
{
color: #FE468B;
}
</style>
background-color css
<style>
a { background-color: #FE468B; }
a { background-color: rgb(254,70,139); }
div.DivClassName
{
background-color: #FE468B;
}
.BgClassName
{
background-color: #FE468B;
}
</style>
border-color css
<style>
span { border-color: #FE468B; }
span { border-color: rgb(254,70,139); }
td.TdClassName
{
border-color: #FE468B;
}
.TagClassName
{
border-color: #FE468B;
}
</style>