Shades of Pale Magenta #FF7EF1
Tints of Pale Magenta #FF7EF1
RGB
CMYK
RGB Variations
Color information
#FF7EF1 (or 0xFF7EF1) is known color: Pale Magenta. HEX triplet: FF, 7E and F1. RGB value is (255,126,241). Sum of RGB (Red+Green+Blue) = 255+126+241=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 126 (49.61% from 255 or 20.26% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EF1 is #00810E. Grayscale: #B1B1B1. Windows color (decimal): -33039 or 15826687. OLE color: 15826687.
HSL color Cylindrical-coordinate representation of color #FF7EF1: hue angle of 306.51º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7EF1 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 241 | - |
| CMYK | 0 | 0.51 | 0.05 | 0 |
| HSL | 306.51º | 1% | 0.75% | - |
| HSV(B) | 306.51º | 0.51% | 1% | - |
| XYZ | 64.58 | 42.53 | 88.03 | - |
| YUV | 177.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 241 | 0 | 0.51 | 0.05 | 0 | 306.51 | 1 | 0.75 |
| Hex | FF | 7E | F1 | 0 | 33 | 5 | 0 | 133 | 64 | 4B |
| Octal | 377 | 176 | 361 | 0 | 63 | 5 | 0 | 463 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11110001 | 0 | 110011 | 101 | 0 | 100110011 | 1100100 | 1001011 |
Color Harmonies of #FF7EF1
Complementary color
Monochromatic Colors of #FF7EF1
Black with #FF7EF1
Text Example
Text Example
White with #FF7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EF1; }
p { color: rgb(255,126,241); }
H1.HeaderClassName
{
color: #FF7EF1;
}
.AnyTagClassName
{
color: #FF7EF1;
}
</style>
background-color css
<style>
a { background-color: #FF7EF1; }
a { background-color: rgb(255,126,241); }
div.DivClassName
{
background-color: #FF7EF1;
}
.BgClassName
{
background-color: #FF7EF1;
}
</style>
border-color css
<style>
span { border-color: #FF7EF1; }
span { border-color: rgb(255,126,241); }
td.TdClassName
{
border-color: #FF7EF1;
}
.TagClassName
{
border-color: #FF7EF1;
}
</style>