Shades of Violet Red #FE2E7C
Tints of Violet Red #FE2E7C
RGB
CMYK
RGB Variations
Color information
#FE2E7C (or 0xFE2E7C) is known color: Violet Red. HEX triplet: FE, 2E and 7C. RGB value is (254,46,124). Sum of RGB (Red+Green+Blue) = 254+46+124=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2E7C is #01D183. Grayscale: #747474. Windows color (decimal): -119172 or 8138494. OLE color: 8138494.
HSL color Cylindrical-coordinate representation of color #FE2E7C: hue angle of 337.5º 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 #FE2E7C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 124 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.00 |
| HSL | 337.5º | 0.99% | 0.59% | - |
| HSV(B) | 337.5º | 0.82% | 1% | - |
| XYZ | 45.49 | 24.48 | 21.4 | - |
| YUV | 117.08 | 131.91 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 124 | 0 | 0.82 | 0.51 | 0.00 | 337.5 | 0.99 | 0.59 |
| Hex | FE | 2E | 7C | 0 | 52 | 33 | 0 | 152 | 63 | 3B |
| Octal | 376 | 56 | 174 | 0 | 122 | 63 | 0 | 522 | 143 | 73 |
| Binary | 11111110 | 101110 | 1111100 | 0 | 1010010 | 110011 | 0 | 101010010 | 1100011 | 111011 |
Color Harmonies of #FE2E7C
Complementary color
Monochromatic Colors of #FE2E7C
Black with #FE2E7C
Text Example
Text Example
White with #FE2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E7C; }
p { color: rgb(254,46,124); }
H1.HeaderClassName
{
color: #FE2E7C;
}
.AnyTagClassName
{
color: #FE2E7C;
}
</style>
background-color css
<style>
a { background-color: #FE2E7C; }
a { background-color: rgb(254,46,124); }
div.DivClassName
{
background-color: #FE2E7C;
}
.BgClassName
{
background-color: #FE2E7C;
}
</style>
border-color css
<style>
span { border-color: #FE2E7C; }
span { border-color: rgb(254,46,124); }
td.TdClassName
{
border-color: #FE2E7C;
}
.TagClassName
{
border-color: #FE2E7C;
}
</style>