Shades of Violet Red #FE2B7B
Tints of Violet Red #FE2B7B
RGB
CMYK
RGB Variations
Color information
#FE2B7B (or 0xFE2B7B) is known color: Violet Red. HEX triplet: FE, 2B and 7B. RGB value is (254,43,123). Sum of RGB (Red+Green+Blue) = 254+43+123=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B7B is #01D484. Grayscale: #737373. Windows color (decimal): -119941 or 8072190. OLE color: 8072190.
HSL color Cylindrical-coordinate representation of color #FE2B7B: hue angle of 337.25º 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 #FE2B7B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 123 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.00 |
| HSL | 337.25º | 0.99% | 0.58% | - |
| HSV(B) | 337.25º | 0.83% | 1% | - |
| XYZ | 45.31 | 24.23 | 21.03 | - |
| YUV | 115.21 | 132.4 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 123 | 0 | 0.83 | 0.52 | 0.00 | 337.25 | 0.99 | 0.58 |
| Hex | FE | 2B | 7B | 0 | 53 | 34 | 0 | 151 | 63 | 3A |
| Octal | 376 | 53 | 173 | 0 | 123 | 64 | 0 | 521 | 143 | 72 |
| Binary | 11111110 | 101011 | 1111011 | 0 | 1010011 | 110100 | 0 | 101010001 | 1100011 | 111010 |
Color Harmonies of #FE2B7B
Complementary color
Monochromatic Colors of #FE2B7B
Black with #FE2B7B
Text Example
Text Example
White with #FE2B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B7B; }
p { color: rgb(254,43,123); }
H1.HeaderClassName
{
color: #FE2B7B;
}
.AnyTagClassName
{
color: #FE2B7B;
}
</style>
background-color css
<style>
a { background-color: #FE2B7B; }
a { background-color: rgb(254,43,123); }
div.DivClassName
{
background-color: #FE2B7B;
}
.BgClassName
{
background-color: #FE2B7B;
}
</style>
border-color css
<style>
span { border-color: #FE2B7B; }
span { border-color: rgb(254,43,123); }
td.TdClassName
{
border-color: #FE2B7B;
}
.TagClassName
{
border-color: #FE2B7B;
}
</style>