Shades of Violet Red #FE2A7B
Tints of Violet Red #FE2A7B
RGB
CMYK
RGB Variations
Color information
#FE2A7B (or 0xFE2A7B) is known color: Violet Red. HEX triplet: FE, 2A and 7B. RGB value is (254,42,123). Sum of RGB (Red+Green+Blue) = 254+42+123=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2A7B is #01D584. Grayscale: #727272. Windows color (decimal): -120197 or 8071934. OLE color: 8071934.
HSL color Cylindrical-coordinate representation of color #FE2A7B: hue angle of 337.08º 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 #FE2A7B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 123 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.00 |
| HSL | 337.08º | 0.99% | 0.58% | - |
| HSV(B) | 337.08º | 0.83% | 1% | - |
| XYZ | 45.28 | 24.16 | 21.02 | - |
| YUV | 114.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 123 | 0 | 0.83 | 0.52 | 0.00 | 337.08 | 0.99 | 0.58 |
| Hex | FE | 2A | 7B | 0 | 53 | 34 | 0 | 151 | 63 | 3A |
| Octal | 376 | 52 | 173 | 0 | 123 | 64 | 0 | 521 | 143 | 72 |
| Binary | 11111110 | 101010 | 1111011 | 0 | 1010011 | 110100 | 0 | 101010001 | 1100011 | 111010 |
Color Harmonies of #FE2A7B
Complementary color
Monochromatic Colors of #FE2A7B
Black with #FE2A7B
Text Example
Text Example
White with #FE2A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A7B; }
p { color: rgb(254,42,123); }
H1.HeaderClassName
{
color: #FE2A7B;
}
.AnyTagClassName
{
color: #FE2A7B;
}
</style>
background-color css
<style>
a { background-color: #FE2A7B; }
a { background-color: rgb(254,42,123); }
div.DivClassName
{
background-color: #FE2A7B;
}
.BgClassName
{
background-color: #FE2A7B;
}
</style>
border-color css
<style>
span { border-color: #FE2A7B; }
span { border-color: rgb(254,42,123); }
td.TdClassName
{
border-color: #FE2A7B;
}
.TagClassName
{
border-color: #FE2A7B;
}
</style>