Shades of Violet Red #FE3481
Tints of Violet Red #FE3481
RGB
CMYK
RGB Variations
Color information
#FE3481 (or 0xFE3481) is known color: Violet Red. HEX triplet: FE, 34 and 81. RGB value is (254,52,129). Sum of RGB (Red+Green+Blue) = 254+52+129=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3481 is #01CB7E. Grayscale: #797979. Windows color (decimal): -117631 or 8467710. OLE color: 8467710.
HSL color Cylindrical-coordinate representation of color #FE3481: hue angle of 337.13º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3481 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 129 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.00 |
| HSL | 337.13º | 0.99% | 0.6% | - |
| HSV(B) | 337.13º | 0.8% | 1% | - |
| XYZ | 46.06 | 25.11 | 23.19 | - |
| YUV | 121.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 129 | 0 | 0.80 | 0.49 | 0.00 | 337.13 | 0.99 | 0.6 |
| Hex | FE | 34 | 81 | 0 | 50 | 31 | 0 | 151 | 63 | 3C |
| Octal | 376 | 64 | 201 | 0 | 120 | 61 | 0 | 521 | 143 | 74 |
| Binary | 11111110 | 110100 | 10000001 | 0 | 1010000 | 110001 | 0 | 101010001 | 1100011 | 111100 |
Color Harmonies of #FE3481
Complementary color
Monochromatic Colors of #FE3481
Black with #FE3481
Text Example
Text Example
White with #FE3481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3481; }
p { color: rgb(254,52,129); }
H1.HeaderClassName
{
color: #FE3481;
}
.AnyTagClassName
{
color: #FE3481;
}
</style>
background-color css
<style>
a { background-color: #FE3481; }
a { background-color: rgb(254,52,129); }
div.DivClassName
{
background-color: #FE3481;
}
.BgClassName
{
background-color: #FE3481;
}
</style>
border-color css
<style>
span { border-color: #FE3481; }
span { border-color: rgb(254,52,129); }
td.TdClassName
{
border-color: #FE3481;
}
.TagClassName
{
border-color: #FE3481;
}
</style>