Shades of Violet Red #FE2E7A
Tints of Violet Red #FE2E7A
RGB
CMYK
RGB Variations
Color information
#FE2E7A (or 0xFE2E7A) is known color: Violet Red. HEX triplet: FE, 2E and 7A. RGB value is (254,46,122). Sum of RGB (Red+Green+Blue) = 254+46+122=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2E7A is #01D185. Grayscale: #747474. Windows color (decimal): -119174 or 8007422. OLE color: 8007422.
HSL color Cylindrical-coordinate representation of color #FE2E7A: hue angle of 338.08º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2E7A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 122 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.00 |
| HSL | 338.08º | 0.99% | 0.59% | - |
| HSV(B) | 338.08º | 0.82% | 1% | - |
| XYZ | 45.36 | 24.43 | 20.74 | - |
| YUV | 116.86 | 130.91 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 122 | 0 | 0.82 | 0.52 | 0.00 | 338.08 | 0.99 | 0.59 |
| Hex | FE | 2E | 7A | 0 | 52 | 34 | 0 | 152 | 63 | 3B |
| Octal | 376 | 56 | 172 | 0 | 122 | 64 | 0 | 522 | 143 | 73 |
| Binary | 11111110 | 101110 | 1111010 | 0 | 1010010 | 110100 | 0 | 101010010 | 1100011 | 111011 |
Color Harmonies of #FE2E7A
Complementary color
Monochromatic Colors of #FE2E7A
Black with #FE2E7A
Text Example
Text Example
White with #FE2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E7A; }
p { color: rgb(254,46,122); }
H1.HeaderClassName
{
color: #FE2E7A;
}
.AnyTagClassName
{
color: #FE2E7A;
}
</style>
background-color css
<style>
a { background-color: #FE2E7A; }
a { background-color: rgb(254,46,122); }
div.DivClassName
{
background-color: #FE2E7A;
}
.BgClassName
{
background-color: #FE2E7A;
}
</style>
border-color css
<style>
span { border-color: #FE2E7A; }
span { border-color: rgb(254,46,122); }
td.TdClassName
{
border-color: #FE2E7A;
}
.TagClassName
{
border-color: #FE2E7A;
}
</style>