Shades of Pale Magenta #FE7FF0
Tints of Pale Magenta #FE7FF0
RGB
CMYK
RGB Variations
Color information
#FE7FF0 (or 0xFE7FF0) is known color: Pale Magenta. HEX triplet: FE, 7F and F0. RGB value is (254,127,240). Sum of RGB (Red+Green+Blue) = 254+127+240=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 127 (50% from 255 or 20.45% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FF0 is #01800F. Grayscale: #B1B1B1. Windows color (decimal): -98320 or 15761406. OLE color: 15761406.
HSL color Cylindrical-coordinate representation of color #FE7FF0: hue angle of 306.61º 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 #FE7FF0 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 240 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.00 |
| HSL | 306.61º | 0.98% | 0.75% | - |
| HSV(B) | 306.61º | 0.5% | 1% | - |
| XYZ | 64.19 | 42.54 | 87.27 | - |
| YUV | 177.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 240 | 0 | 0.50 | 0.06 | 0.00 | 306.61 | 0.98 | 0.75 |
| Hex | FE | 7F | F0 | 0 | 32 | 6 | 0 | 133 | 62 | 4B |
| Octal | 376 | 177 | 360 | 0 | 62 | 6 | 0 | 463 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11110000 | 0 | 110010 | 110 | 0 | 100110011 | 1100010 | 1001011 |
Color Harmonies of #FE7FF0
Complementary color
Monochromatic Colors of #FE7FF0
Black with #FE7FF0
Text Example
Text Example
White with #FE7FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FF0; }
p { color: rgb(254,127,240); }
H1.HeaderClassName
{
color: #FE7FF0;
}
.AnyTagClassName
{
color: #FE7FF0;
}
</style>
background-color css
<style>
a { background-color: #FE7FF0; }
a { background-color: rgb(254,127,240); }
div.DivClassName
{
background-color: #FE7FF0;
}
.BgClassName
{
background-color: #FE7FF0;
}
</style>
border-color css
<style>
span { border-color: #FE7FF0; }
span { border-color: rgb(254,127,240); }
td.TdClassName
{
border-color: #FE7FF0;
}
.TagClassName
{
border-color: #FE7FF0;
}
</style>