Shades of Pale Magenta #FE7FF1
Tints of Pale Magenta #FE7FF1
RGB
CMYK
RGB Variations
Color information
#FE7FF1 (or 0xFE7FF1) is known color: Pale Magenta. HEX triplet: FE, 7F and F1. RGB value is (254,127,241). Sum of RGB (Red+Green+Blue) = 254+127+241=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 127 (50% from 255 or 20.42% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FF1 is #01800E. Grayscale: #B1B1B1. Windows color (decimal): -98319 or 15826942. OLE color: 15826942.
HSL color Cylindrical-coordinate representation of color #FE7FF1: hue angle of 306.14º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FF1 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 241 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.00 |
| HSL | 306.14º | 0.98% | 0.75% | - |
| HSV(B) | 306.14º | 0.5% | 1% | - |
| XYZ | 64.34 | 42.6 | 88.05 | - |
| YUV | 177.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 241 | 0 | 0.50 | 0.05 | 0.00 | 306.14 | 0.98 | 0.75 |
| Hex | FE | 7F | F1 | 0 | 32 | 5 | 0 | 132 | 62 | 4B |
| Octal | 376 | 177 | 361 | 0 | 62 | 5 | 0 | 462 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11110001 | 0 | 110010 | 101 | 0 | 100110010 | 1100010 | 1001011 |
Color Harmonies of #FE7FF1
Complementary color
Monochromatic Colors of #FE7FF1
Black with #FE7FF1
Text Example
Text Example
White with #FE7FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FF1; }
p { color: rgb(254,127,241); }
H1.HeaderClassName
{
color: #FE7FF1;
}
.AnyTagClassName
{
color: #FE7FF1;
}
</style>
background-color css
<style>
a { background-color: #FE7FF1; }
a { background-color: rgb(254,127,241); }
div.DivClassName
{
background-color: #FE7FF1;
}
.BgClassName
{
background-color: #FE7FF1;
}
</style>
border-color css
<style>
span { border-color: #FE7FF1; }
span { border-color: rgb(254,127,241); }
td.TdClassName
{
border-color: #FE7FF1;
}
.TagClassName
{
border-color: #FE7FF1;
}
</style>