Shades of Pale Magenta #FE7CEF
Tints of Pale Magenta #FE7CEF
RGB
CMYK
RGB Variations
Color information
#FE7CEF (or 0xFE7CEF) is known color: Pale Magenta. HEX triplet: FE, 7C and EF. RGB value is (254,124,239). Sum of RGB (Red+Green+Blue) = 254+124+239=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CEF is #018310. Grayscale: #AFAFAF. Windows color (decimal): -99089 or 15695102. OLE color: 15695102.
HSL color Cylindrical-coordinate representation of color #FE7CEF: hue angle of 306.92º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CEF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 239 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.00 |
| HSL | 306.92º | 0.98% | 0.74% | - |
| HSV(B) | 306.92º | 0.51% | 1% | - |
| XYZ | 63.66 | 41.72 | 86.36 | - |
| YUV | 175.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 239 | 0 | 0.51 | 0.06 | 0.00 | 306.92 | 0.98 | 0.74 |
| Hex | FE | 7C | EF | 0 | 33 | 6 | 0 | 133 | 62 | 4A |
| Octal | 376 | 174 | 357 | 0 | 63 | 6 | 0 | 463 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11101111 | 0 | 110011 | 110 | 0 | 100110011 | 1100010 | 1001010 |
Color Harmonies of #FE7CEF
Complementary color
Monochromatic Colors of #FE7CEF
Black with #FE7CEF
Text Example
Text Example
White with #FE7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CEF; }
p { color: rgb(254,124,239); }
H1.HeaderClassName
{
color: #FE7CEF;
}
.AnyTagClassName
{
color: #FE7CEF;
}
</style>
background-color css
<style>
a { background-color: #FE7CEF; }
a { background-color: rgb(254,124,239); }
div.DivClassName
{
background-color: #FE7CEF;
}
.BgClassName
{
background-color: #FE7CEF;
}
</style>
border-color css
<style>
span { border-color: #FE7CEF; }
span { border-color: rgb(254,124,239); }
td.TdClassName
{
border-color: #FE7CEF;
}
.TagClassName
{
border-color: #FE7CEF;
}
</style>