Shades of Violet Red #FE2F81
Tints of Violet Red #FE2F81
RGB
CMYK
RGB Variations
Color information
#FE2F81 (or 0xFE2F81) is known color: Violet Red. HEX triplet: FE, 2F and 81. RGB value is (254,47,129). Sum of RGB (Red+Green+Blue) = 254+47+129=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F81 is #01D07E. Grayscale: #767676. Windows color (decimal): -118911 or 8466430. OLE color: 8466430.
HSL color Cylindrical-coordinate representation of color #FE2F81: hue angle of 336.23º 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 #FE2F81 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 129 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.00 |
| HSL | 336.23º | 0.99% | 0.59% | - |
| HSV(B) | 336.23º | 0.81% | 1% | - |
| XYZ | 45.85 | 24.69 | 23.12 | - |
| YUV | 118.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 129 | 0 | 0.81 | 0.49 | 0.00 | 336.23 | 0.99 | 0.59 |
| Hex | FE | 2F | 81 | 0 | 51 | 31 | 0 | 150 | 63 | 3B |
| Octal | 376 | 57 | 201 | 0 | 121 | 61 | 0 | 520 | 143 | 73 |
| Binary | 11111110 | 101111 | 10000001 | 0 | 1010001 | 110001 | 0 | 101010000 | 1100011 | 111011 |
Color Harmonies of #FE2F81
Complementary color
Monochromatic Colors of #FE2F81
Black with #FE2F81
Text Example
Text Example
White with #FE2F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F81; }
p { color: rgb(254,47,129); }
H1.HeaderClassName
{
color: #FE2F81;
}
.AnyTagClassName
{
color: #FE2F81;
}
</style>
background-color css
<style>
a { background-color: #FE2F81; }
a { background-color: rgb(254,47,129); }
div.DivClassName
{
background-color: #FE2F81;
}
.BgClassName
{
background-color: #FE2F81;
}
</style>
border-color css
<style>
span { border-color: #FE2F81; }
span { border-color: rgb(254,47,129); }
td.TdClassName
{
border-color: #FE2F81;
}
.TagClassName
{
border-color: #FE2F81;
}
</style>