Shades of Violet Red #FE3A7C
Tints of Violet Red #FE3A7C
RGB
CMYK
RGB Variations
Color information
#FE3A7C (or 0xFE3A7C) is known color: Violet Red. HEX triplet: FE, 3A and 7C. RGB value is (254,58,124). Sum of RGB (Red+Green+Blue) = 254+58+124=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3A7C is #01C583. Grayscale: #7C7C7C. Windows color (decimal): -116100 or 8141566. OLE color: 8141566.
HSL color Cylindrical-coordinate representation of color #FE3A7C: hue angle of 339.8º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3A7C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 124 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.00 |
| HSL | 339.8º | 0.99% | 0.61% | - |
| HSV(B) | 339.8º | 0.77% | 1% | - |
| XYZ | 46.02 | 25.55 | 21.58 | - |
| YUV | 124.13 | 127.93 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 124 | 0 | 0.77 | 0.51 | 0.00 | 339.8 | 0.99 | 0.61 |
| Hex | FE | 3A | 7C | 0 | 4D | 33 | 0 | 154 | 63 | 3D |
| Octal | 376 | 72 | 174 | 0 | 115 | 63 | 0 | 524 | 143 | 75 |
| Binary | 11111110 | 111010 | 1111100 | 0 | 1001101 | 110011 | 0 | 101010100 | 1100011 | 111101 |
Color Harmonies of #FE3A7C
Complementary color
Monochromatic Colors of #FE3A7C
Black with #FE3A7C
Text Example
Text Example
White with #FE3A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A7C; }
p { color: rgb(254,58,124); }
H1.HeaderClassName
{
color: #FE3A7C;
}
.AnyTagClassName
{
color: #FE3A7C;
}
</style>
background-color css
<style>
a { background-color: #FE3A7C; }
a { background-color: rgb(254,58,124); }
div.DivClassName
{
background-color: #FE3A7C;
}
.BgClassName
{
background-color: #FE3A7C;
}
</style>
border-color css
<style>
span { border-color: #FE3A7C; }
span { border-color: rgb(254,58,124); }
td.TdClassName
{
border-color: #FE3A7C;
}
.TagClassName
{
border-color: #FE3A7C;
}
</style>