Shades of Violet Red #FE3881
Tints of Violet Red #FE3881
RGB
CMYK
RGB Variations
Color information
#FE3881 (or 0xFE3881) is known color: Violet Red. HEX triplet: FE, 38 and 81. RGB value is (254,56,129). Sum of RGB (Red+Green+Blue) = 254+56+129=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3881 is #01C77E. Grayscale: #7B7B7B. Windows color (decimal): -116607 or 8468734. OLE color: 8468734.
HSL color Cylindrical-coordinate representation of color #FE3881: hue angle of 337.88º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3881 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 129 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.00 |
| HSL | 337.88º | 0.99% | 0.61% | - |
| HSV(B) | 337.88º | 0.78% | 1% | - |
| XYZ | 46.25 | 25.48 | 23.25 | - |
| YUV | 123.52 | 131.1 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 129 | 0 | 0.78 | 0.49 | 0.00 | 337.88 | 0.99 | 0.61 |
| Hex | FE | 38 | 81 | 0 | 4E | 31 | 0 | 152 | 63 | 3D |
| Octal | 376 | 70 | 201 | 0 | 116 | 61 | 0 | 522 | 143 | 75 |
| Binary | 11111110 | 111000 | 10000001 | 0 | 1001110 | 110001 | 0 | 101010010 | 1100011 | 111101 |
Color Harmonies of #FE3881
Complementary color
Monochromatic Colors of #FE3881
Black with #FE3881
Text Example
Text Example
White with #FE3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3881; }
p { color: rgb(254,56,129); }
H1.HeaderClassName
{
color: #FE3881;
}
.AnyTagClassName
{
color: #FE3881;
}
</style>
background-color css
<style>
a { background-color: #FE3881; }
a { background-color: rgb(254,56,129); }
div.DivClassName
{
background-color: #FE3881;
}
.BgClassName
{
background-color: #FE3881;
}
</style>
border-color css
<style>
span { border-color: #FE3881; }
span { border-color: rgb(254,56,129); }
td.TdClassName
{
border-color: #FE3881;
}
.TagClassName
{
border-color: #FE3881;
}
</style>