Shades of Pale Magenta #FE7BE0
Tints of Pale Magenta #FE7BE0
RGB
CMYK
RGB Variations
Color information
#FE7BE0 (or 0xFE7BE0) is known color: Pale Magenta. HEX triplet: FE, 7B and E0. RGB value is (254,123,224). Sum of RGB (Red+Green+Blue) = 254+123+224=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BE0 is #01841F. Grayscale: #ADADAD. Windows color (decimal): -99360 or 14711806. OLE color: 14711806.
HSL color Cylindrical-coordinate representation of color #FE7BE0: hue angle of 313.74º 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 #FE7BE0 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 224 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.00 |
| HSL | 313.74º | 0.98% | 0.74% | - |
| HSV(B) | 313.74º | 0.52% | 1% | - |
| XYZ | 61.41 | 40.62 | 75.12 | - |
| YUV | 173.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 224 | 0 | 0.52 | 0.12 | 0.00 | 313.74 | 0.98 | 0.74 |
| Hex | FE | 7B | E0 | 0 | 34 | C | 0 | 13A | 62 | 4A |
| Octal | 376 | 173 | 340 | 0 | 64 | 14 | 0 | 472 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11100000 | 0 | 110100 | 1100 | 0 | 100111010 | 1100010 | 1001010 |
Color Harmonies of #FE7BE0
Complementary color
Monochromatic Colors of #FE7BE0
Black with #FE7BE0
Text Example
Text Example
White with #FE7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BE0; }
p { color: rgb(254,123,224); }
H1.HeaderClassName
{
color: #FE7BE0;
}
.AnyTagClassName
{
color: #FE7BE0;
}
</style>
background-color css
<style>
a { background-color: #FE7BE0; }
a { background-color: rgb(254,123,224); }
div.DivClassName
{
background-color: #FE7BE0;
}
.BgClassName
{
background-color: #FE7BE0;
}
</style>
border-color css
<style>
span { border-color: #FE7BE0; }
span { border-color: rgb(254,123,224); }
td.TdClassName
{
border-color: #FE7BE0;
}
.TagClassName
{
border-color: #FE7BE0;
}
</style>