Shades of Violet Red #FE2B7A
Tints of Violet Red #FE2B7A
RGB
CMYK
RGB Variations
Color information
#FE2B7A (or 0xFE2B7A) is known color: Violet Red. HEX triplet: FE, 2B and 7A. RGB value is (254,43,122). Sum of RGB (Red+Green+Blue) = 254+43+122=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B7A is #01D485. Grayscale: #727272. Windows color (decimal): -119942 or 8006654. OLE color: 8006654.
HSL color Cylindrical-coordinate representation of color #FE2B7A: hue angle of 337.54º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2B7A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 122 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.00 |
| HSL | 337.54º | 0.99% | 0.58% | - |
| HSV(B) | 337.54º | 0.83% | 1% | - |
| XYZ | 45.25 | 24.2 | 20.7 | - |
| YUV | 115.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 122 | 0 | 0.83 | 0.52 | 0.00 | 337.54 | 0.99 | 0.58 |
| Hex | FE | 2B | 7A | 0 | 53 | 34 | 0 | 152 | 63 | 3A |
| Octal | 376 | 53 | 172 | 0 | 123 | 64 | 0 | 522 | 143 | 72 |
| Binary | 11111110 | 101011 | 1111010 | 0 | 1010011 | 110100 | 0 | 101010010 | 1100011 | 111010 |
Color Harmonies of #FE2B7A
Complementary color
Monochromatic Colors of #FE2B7A
Black with #FE2B7A
Text Example
Text Example
White with #FE2B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B7A; }
p { color: rgb(254,43,122); }
H1.HeaderClassName
{
color: #FE2B7A;
}
.AnyTagClassName
{
color: #FE2B7A;
}
</style>
background-color css
<style>
a { background-color: #FE2B7A; }
a { background-color: rgb(254,43,122); }
div.DivClassName
{
background-color: #FE2B7A;
}
.BgClassName
{
background-color: #FE2B7A;
}
</style>
border-color css
<style>
span { border-color: #FE2B7A; }
span { border-color: rgb(254,43,122); }
td.TdClassName
{
border-color: #FE2B7A;
}
.TagClassName
{
border-color: #FE2B7A;
}
</style>