Shades of Pale Magenta #FE7BE4
Tints of Pale Magenta #FE7BE4
RGB
CMYK
RGB Variations
Color information
#FE7BE4 (or 0xFE7BE4) is known color: Pale Magenta. HEX triplet: FE, 7B and E4. RGB value is (254,123,228). Sum of RGB (Red+Green+Blue) = 254+123+228=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 123 (48.44% from 255 or 20.33% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BE4 is #01841B. Grayscale: #ADADAD. Windows color (decimal): -99356 or 14973950. OLE color: 14973950.
HSL color Cylindrical-coordinate representation of color #FE7BE4: hue angle of 311.91º 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 #FE7BE4 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 228 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.00 |
| HSL | 311.91º | 0.98% | 0.74% | - |
| HSV(B) | 311.91º | 0.52% | 1% | - |
| XYZ | 61.96 | 40.84 | 78.02 | - |
| YUV | 174.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 228 | 0 | 0.52 | 0.10 | 0.00 | 311.91 | 0.98 | 0.74 |
| Hex | FE | 7B | E4 | 0 | 34 | A | 0 | 138 | 62 | 4A |
| Octal | 376 | 173 | 344 | 0 | 64 | 12 | 0 | 470 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11100100 | 0 | 110100 | 1010 | 0 | 100111000 | 1100010 | 1001010 |
Color Harmonies of #FE7BE4
Complementary color
Monochromatic Colors of #FE7BE4
Black with #FE7BE4
Text Example
Text Example
White with #FE7BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BE4; }
p { color: rgb(254,123,228); }
H1.HeaderClassName
{
color: #FE7BE4;
}
.AnyTagClassName
{
color: #FE7BE4;
}
</style>
background-color css
<style>
a { background-color: #FE7BE4; }
a { background-color: rgb(254,123,228); }
div.DivClassName
{
background-color: #FE7BE4;
}
.BgClassName
{
background-color: #FE7BE4;
}
</style>
border-color css
<style>
span { border-color: #FE7BE4; }
span { border-color: rgb(254,123,228); }
td.TdClassName
{
border-color: #FE7BE4;
}
.TagClassName
{
border-color: #FE7BE4;
}
</style>