Shades of Violet Red #FE4881
Tints of Violet Red #FE4881
RGB
CMYK
RGB Variations
Color information
#FE4881 (or 0xFE4881) is known color: Violet Red. HEX triplet: FE, 48 and 81. RGB value is (254,72,129). Sum of RGB (Red+Green+Blue) = 254+72+129=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4881 is #01B77E. Grayscale: #848484. Windows color (decimal): -112511 or 8472830. OLE color: 8472830.
HSL color Cylindrical-coordinate representation of color #FE4881: hue angle of 341.21º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4881 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 129 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.00 |
| HSL | 341.21º | 0.99% | 0.64% | - |
| HSV(B) | 341.21º | 0.72% | 1% | - |
| XYZ | 47.15 | 27.29 | 23.55 | - |
| YUV | 132.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 129 | 0 | 0.72 | 0.49 | 0.00 | 341.21 | 0.99 | 0.64 |
| Hex | FE | 48 | 81 | 0 | 48 | 31 | 0 | 155 | 63 | 40 |
| Octal | 376 | 110 | 201 | 0 | 110 | 61 | 0 | 525 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10000001 | 0 | 1001000 | 110001 | 0 | 101010101 | 1100011 | 1000000 |
Color Harmonies of #FE4881
Complementary color
Monochromatic Colors of #FE4881
Black with #FE4881
Text Example
Text Example
White with #FE4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4881; }
p { color: rgb(254,72,129); }
H1.HeaderClassName
{
color: #FE4881;
}
.AnyTagClassName
{
color: #FE4881;
}
</style>
background-color css
<style>
a { background-color: #FE4881; }
a { background-color: rgb(254,72,129); }
div.DivClassName
{
background-color: #FE4881;
}
.BgClassName
{
background-color: #FE4881;
}
</style>
border-color css
<style>
span { border-color: #FE4881; }
span { border-color: rgb(254,72,129); }
td.TdClassName
{
border-color: #FE4881;
}
.TagClassName
{
border-color: #FE4881;
}
</style>