Shades of Pale Magenta #FE7BE5
Tints of Pale Magenta #FE7BE5
RGB
CMYK
RGB Variations
Color information
#FE7BE5 (or 0xFE7BE5) is known color: Pale Magenta. HEX triplet: FE, 7B and E5. RGB value is (254,123,229). Sum of RGB (Red+Green+Blue) = 254+123+229=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 123 (48.44% from 255 or 20.30% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BE5 is #01841A. Grayscale: #ADADAD. Windows color (decimal): -99355 or 15039486. OLE color: 15039486.
HSL color Cylindrical-coordinate representation of color #FE7BE5: hue angle of 311.45º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BE5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 229 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.00 |
| HSL | 311.45º | 0.98% | 0.74% | - |
| HSV(B) | 311.45º | 0.52% | 1% | - |
| XYZ | 62.1 | 40.89 | 78.75 | - |
| YUV | 174.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 229 | 0 | 0.52 | 0.10 | 0.00 | 311.45 | 0.98 | 0.74 |
| Hex | FE | 7B | E5 | 0 | 34 | A | 0 | 137 | 62 | 4A |
| Octal | 376 | 173 | 345 | 0 | 64 | 12 | 0 | 467 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11100101 | 0 | 110100 | 1010 | 0 | 100110111 | 1100010 | 1001010 |
Color Harmonies of #FE7BE5
Complementary color
Monochromatic Colors of #FE7BE5
Black with #FE7BE5
Text Example
Text Example
White with #FE7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BE5; }
p { color: rgb(254,123,229); }
H1.HeaderClassName
{
color: #FE7BE5;
}
.AnyTagClassName
{
color: #FE7BE5;
}
</style>
background-color css
<style>
a { background-color: #FE7BE5; }
a { background-color: rgb(254,123,229); }
div.DivClassName
{
background-color: #FE7BE5;
}
.BgClassName
{
background-color: #FE7BE5;
}
</style>
border-color css
<style>
span { border-color: #FE7BE5; }
span { border-color: rgb(254,123,229); }
td.TdClassName
{
border-color: #FE7BE5;
}
.TagClassName
{
border-color: #FE7BE5;
}
</style>