Shades of Violet Red #FE468A
Tints of Violet Red #FE468A
RGB
CMYK
RGB Variations
Color information
#FE468A (or 0xFE468A) is known color: Violet Red. HEX triplet: FE, 46 and 8A. RGB value is (254,70,138). Sum of RGB (Red+Green+Blue) = 254+70+138=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE468A is #01B975. Grayscale: #848484. Windows color (decimal): -113014 or 9062142. OLE color: 9062142.
HSL color Cylindrical-coordinate representation of color #FE468A: hue angle of 337.83º 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 #FE468A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 138 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.00 |
| HSL | 337.83º | 0.99% | 0.64% | - |
| HSV(B) | 337.83º | 0.72% | 1% | - |
| XYZ | 47.65 | 27.29 | 26.8 | - |
| YUV | 132.77 | 130.96 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 138 | 0 | 0.72 | 0.46 | 0.00 | 337.83 | 0.99 | 0.64 |
| Hex | FE | 46 | 8A | 0 | 48 | 2E | 0 | 152 | 63 | 40 |
| Octal | 376 | 106 | 212 | 0 | 110 | 56 | 0 | 522 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10001010 | 0 | 1001000 | 101110 | 0 | 101010010 | 1100011 | 1000000 |
Color Harmonies of #FE468A
Complementary color
Monochromatic Colors of #FE468A
Black with #FE468A
Text Example
Text Example
White with #FE468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE468A; }
p { color: rgb(254,70,138); }
H1.HeaderClassName
{
color: #FE468A;
}
.AnyTagClassName
{
color: #FE468A;
}
</style>
background-color css
<style>
a { background-color: #FE468A; }
a { background-color: rgb(254,70,138); }
div.DivClassName
{
background-color: #FE468A;
}
.BgClassName
{
background-color: #FE468A;
}
</style>
border-color css
<style>
span { border-color: #FE468A; }
span { border-color: rgb(254,70,138); }
td.TdClassName
{
border-color: #FE468A;
}
.TagClassName
{
border-color: #FE468A;
}
</style>