Shades of Violet Red #FE3281
Tints of Violet Red #FE3281
RGB
CMYK
RGB Variations
Color information
#FE3281 (or 0xFE3281) is known color: Violet Red. HEX triplet: FE, 32 and 81. RGB value is (254,50,129). Sum of RGB (Red+Green+Blue) = 254+50+129=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3281 is #01CD7E. Grayscale: #777777. Windows color (decimal): -118143 or 8467198. OLE color: 8467198.
HSL color Cylindrical-coordinate representation of color #FE3281: hue angle of 336.76º 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 #FE3281 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 129 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.00 |
| HSL | 336.76º | 0.99% | 0.6% | - |
| HSV(B) | 336.76º | 0.8% | 1% | - |
| XYZ | 45.98 | 24.94 | 23.16 | - |
| YUV | 120 | 133.09 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 129 | 0 | 0.80 | 0.49 | 0.00 | 336.76 | 0.99 | 0.6 |
| Hex | FE | 32 | 81 | 0 | 50 | 31 | 0 | 151 | 63 | 3C |
| Octal | 376 | 62 | 201 | 0 | 120 | 61 | 0 | 521 | 143 | 74 |
| Binary | 11111110 | 110010 | 10000001 | 0 | 1010000 | 110001 | 0 | 101010001 | 1100011 | 111100 |
Color Harmonies of #FE3281
Complementary color
Monochromatic Colors of #FE3281
Black with #FE3281
Text Example
Text Example
White with #FE3281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3281; }
p { color: rgb(254,50,129); }
H1.HeaderClassName
{
color: #FE3281;
}
.AnyTagClassName
{
color: #FE3281;
}
</style>
background-color css
<style>
a { background-color: #FE3281; }
a { background-color: rgb(254,50,129); }
div.DivClassName
{
background-color: #FE3281;
}
.BgClassName
{
background-color: #FE3281;
}
</style>
border-color css
<style>
span { border-color: #FE3281; }
span { border-color: rgb(254,50,129); }
td.TdClassName
{
border-color: #FE3281;
}
.TagClassName
{
border-color: #FE3281;
}
</style>