Shades of Pale Magenta #FF7FEF
Tints of Pale Magenta #FF7FEF
RGB
CMYK
RGB Variations
Color information
#FF7FEF (or 0xFF7FEF) is known color: Pale Magenta. HEX triplet: FF, 7F and EF. RGB value is (255,127,239). Sum of RGB (Red+Green+Blue) = 255+127+239=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 127 (50% from 255 or 20.45% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FEF is #008010. Grayscale: #B1B1B1. Windows color (decimal): -32785 or 15695871. OLE color: 15695871.
HSL color Cylindrical-coordinate representation of color #FF7FEF: hue angle of 307.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FEF is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 239 | - |
| CMYK | 0 | 0.50 | 0.06 | 0 |
| HSL | 307.5º | 1% | 0.75% | - |
| HSV(B) | 307.5º | 0.5% | 1% | - |
| XYZ | 64.41 | 42.67 | 86.5 | - |
| YUV | 178.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 239 | 0 | 0.50 | 0.06 | 0 | 307.5 | 1 | 0.75 |
| Hex | FF | 7F | EF | 0 | 32 | 6 | 0 | 134 | 64 | 4B |
| Octal | 377 | 177 | 357 | 0 | 62 | 6 | 0 | 464 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11101111 | 0 | 110010 | 110 | 0 | 100110100 | 1100100 | 1001011 |
Color Harmonies of #FF7FEF
Complementary color
Monochromatic Colors of #FF7FEF
Black with #FF7FEF
Text Example
Text Example
White with #FF7FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FEF; }
p { color: rgb(255,127,239); }
H1.HeaderClassName
{
color: #FF7FEF;
}
.AnyTagClassName
{
color: #FF7FEF;
}
</style>
background-color css
<style>
a { background-color: #FF7FEF; }
a { background-color: rgb(255,127,239); }
div.DivClassName
{
background-color: #FF7FEF;
}
.BgClassName
{
background-color: #FF7FEF;
}
</style>
border-color css
<style>
span { border-color: #FF7FEF; }
span { border-color: rgb(255,127,239); }
td.TdClassName
{
border-color: #FF7FEF;
}
.TagClassName
{
border-color: #FF7FEF;
}
</style>