Shades of Violet Red #FE2F80
Tints of Violet Red #FE2F80
RGB
CMYK
RGB Variations
Color information
#FE2F80 (or 0xFE2F80) is known color: Violet Red. HEX triplet: FE, 2F and 80. RGB value is (254,47,128). Sum of RGB (Red+Green+Blue) = 254+47+128=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F80 is #01D07F. Grayscale: #767676. Windows color (decimal): -118912 or 8400894. OLE color: 8400894.
HSL color Cylindrical-coordinate representation of color #FE2F80: hue angle of 336.52º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F80 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 128 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.00 |
| HSL | 336.52º | 0.99% | 0.59% | - |
| HSV(B) | 336.52º | 0.81% | 1% | - |
| XYZ | 45.79 | 24.66 | 22.77 | - |
| YUV | 118.13 | 133.58 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 128 | 0 | 0.81 | 0.50 | 0.00 | 336.52 | 0.99 | 0.59 |
| Hex | FE | 2F | 80 | 0 | 51 | 32 | 0 | 151 | 63 | 3B |
| Octal | 376 | 57 | 200 | 0 | 121 | 62 | 0 | 521 | 143 | 73 |
| Binary | 11111110 | 101111 | 10000000 | 0 | 1010001 | 110010 | 0 | 101010001 | 1100011 | 111011 |
Color Harmonies of #FE2F80
Complementary color
Monochromatic Colors of #FE2F80
Black with #FE2F80
Text Example
Text Example
White with #FE2F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F80; }
p { color: rgb(254,47,128); }
H1.HeaderClassName
{
color: #FE2F80;
}
.AnyTagClassName
{
color: #FE2F80;
}
</style>
background-color css
<style>
a { background-color: #FE2F80; }
a { background-color: rgb(254,47,128); }
div.DivClassName
{
background-color: #FE2F80;
}
.BgClassName
{
background-color: #FE2F80;
}
</style>
border-color css
<style>
span { border-color: #FE2F80; }
span { border-color: rgb(254,47,128); }
td.TdClassName
{
border-color: #FE2F80;
}
.TagClassName
{
border-color: #FE2F80;
}
</style>