Shades of Violet Red #FE3A81
Tints of Violet Red #FE3A81
RGB
CMYK
RGB Variations
Color information
#FE3A81 (or 0xFE3A81) is known color: Violet Red. HEX triplet: FE, 3A and 81. RGB value is (254,58,129). Sum of RGB (Red+Green+Blue) = 254+58+129=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3A81 is #01C57E. Grayscale: #7C7C7C. Windows color (decimal): -116095 or 8469246. OLE color: 8469246.
HSL color Cylindrical-coordinate representation of color #FE3A81: hue angle of 338.27º 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 #FE3A81 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 129 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.00 |
| HSL | 338.27º | 0.99% | 0.61% | - |
| HSV(B) | 338.27º | 0.77% | 1% | - |
| XYZ | 46.35 | 25.68 | 23.28 | - |
| YUV | 124.7 | 130.43 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 129 | 0 | 0.77 | 0.49 | 0.00 | 338.27 | 0.99 | 0.61 |
| Hex | FE | 3A | 81 | 0 | 4D | 31 | 0 | 152 | 63 | 3D |
| Octal | 376 | 72 | 201 | 0 | 115 | 61 | 0 | 522 | 143 | 75 |
| Binary | 11111110 | 111010 | 10000001 | 0 | 1001101 | 110001 | 0 | 101010010 | 1100011 | 111101 |
Color Harmonies of #FE3A81
Complementary color
Monochromatic Colors of #FE3A81
Black with #FE3A81
Text Example
Text Example
White with #FE3A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A81; }
p { color: rgb(254,58,129); }
H1.HeaderClassName
{
color: #FE3A81;
}
.AnyTagClassName
{
color: #FE3A81;
}
</style>
background-color css
<style>
a { background-color: #FE3A81; }
a { background-color: rgb(254,58,129); }
div.DivClassName
{
background-color: #FE3A81;
}
.BgClassName
{
background-color: #FE3A81;
}
</style>
border-color css
<style>
span { border-color: #FE3A81; }
span { border-color: rgb(254,58,129); }
td.TdClassName
{
border-color: #FE3A81;
}
.TagClassName
{
border-color: #FE3A81;
}
</style>