Shades of Pale Magenta #FE7BE9
Tints of Pale Magenta #FE7BE9
RGB
CMYK
RGB Variations
Color information
#FE7BE9 (or 0xFE7BE9) is known color: Pale Magenta. HEX triplet: FE, 7B and E9. RGB value is (254,123,233). Sum of RGB (Red+Green+Blue) = 254+123+233=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BE9 is #018416. Grayscale: #AEAEAE. Windows color (decimal): -99351 or 15301630. OLE color: 15301630.
HSL color Cylindrical-coordinate representation of color #FE7BE9: hue angle of 309.62º 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 #FE7BE9 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 233 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.00 |
| HSL | 309.62º | 0.98% | 0.74% | - |
| HSV(B) | 309.62º | 0.52% | 1% | - |
| XYZ | 62.66 | 41.12 | 81.72 | - |
| YUV | 174.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 233 | 0 | 0.52 | 0.08 | 0.00 | 309.62 | 0.98 | 0.74 |
| Hex | FE | 7B | E9 | 0 | 34 | 8 | 0 | 136 | 62 | 4A |
| Octal | 376 | 173 | 351 | 0 | 64 | 10 | 0 | 466 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11101001 | 0 | 110100 | 1000 | 0 | 100110110 | 1100010 | 1001010 |
Color Harmonies of #FE7BE9
Complementary color
Monochromatic Colors of #FE7BE9
Black with #FE7BE9
Text Example
Text Example
White with #FE7BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BE9; }
p { color: rgb(254,123,233); }
H1.HeaderClassName
{
color: #FE7BE9;
}
.AnyTagClassName
{
color: #FE7BE9;
}
</style>
background-color css
<style>
a { background-color: #FE7BE9; }
a { background-color: rgb(254,123,233); }
div.DivClassName
{
background-color: #FE7BE9;
}
.BgClassName
{
background-color: #FE7BE9;
}
</style>
border-color css
<style>
span { border-color: #FE7BE9; }
span { border-color: rgb(254,123,233); }
td.TdClassName
{
border-color: #FE7BE9;
}
.TagClassName
{
border-color: #FE7BE9;
}
</style>