Shades of Violet Red #FF2E79
Tints of Violet Red #FF2E79
RGB
CMYK
RGB Variations
Color information
#FF2E79 (or 0xFF2E79) is known color: Violet Red. HEX triplet: FF, 2E and 79. RGB value is (255,46,121). Sum of RGB (Red+Green+Blue) = 255+46+121=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E79 is #00D186. Grayscale: #747474. Windows color (decimal): -53639 or 7941887. OLE color: 7941887.
HSL color Cylindrical-coordinate representation of color #FF2E79: hue angle of 338.47º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E79 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 121 | - |
| CMYK | 0 | 0.82 | 0.53 | 0 |
| HSL | 338.47º | 1% | 0.59% | - |
| HSV(B) | 338.47º | 0.82% | 1% | - |
| XYZ | 45.67 | 24.59 | 20.43 | - |
| YUV | 117.04 | 130.24 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 121 | 0 | 0.82 | 0.53 | 0 | 338.47 | 1 | 0.59 |
| Hex | FF | 2E | 79 | 0 | 52 | 35 | 0 | 152 | 64 | 3B |
| Octal | 377 | 56 | 171 | 0 | 122 | 65 | 0 | 522 | 144 | 73 |
| Binary | 11111111 | 101110 | 1111001 | 0 | 1010010 | 110101 | 0 | 101010010 | 1100100 | 111011 |
Color Harmonies of #FF2E79
Complementary color
Monochromatic Colors of #FF2E79
Black with #FF2E79
Text Example
Text Example
White with #FF2E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E79; }
p { color: rgb(255,46,121); }
H1.HeaderClassName
{
color: #FF2E79;
}
.AnyTagClassName
{
color: #FF2E79;
}
</style>
background-color css
<style>
a { background-color: #FF2E79; }
a { background-color: rgb(255,46,121); }
div.DivClassName
{
background-color: #FF2E79;
}
.BgClassName
{
background-color: #FF2E79;
}
</style>
border-color css
<style>
span { border-color: #FF2E79; }
span { border-color: rgb(255,46,121); }
td.TdClassName
{
border-color: #FF2E79;
}
.TagClassName
{
border-color: #FF2E79;
}
</style>