Shades of Pale Magenta #FE7FE3
Tints of Pale Magenta #FE7FE3
RGB
CMYK
RGB Variations
Color information
#FE7FE3 (or 0xFE7FE3) is known color: Pale Magenta. HEX triplet: FE, 7F and E3. RGB value is (254,127,227). Sum of RGB (Red+Green+Blue) = 254+127+227=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 127 (50% from 255 or 20.89% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FE3 is #01801C. Grayscale: #B0B0B0. Windows color (decimal): -98333 or 14909438. OLE color: 14909438.
HSL color Cylindrical-coordinate representation of color #FE7FE3: hue angle of 312.76º 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 #FE7FE3 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 227 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.00 |
| HSL | 312.76º | 0.98% | 0.75% | - |
| HSV(B) | 312.76º | 0.5% | 1% | - |
| XYZ | 62.33 | 41.8 | 77.46 | - |
| YUV | 176.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 227 | 0 | 0.50 | 0.11 | 0.00 | 312.76 | 0.98 | 0.75 |
| Hex | FE | 7F | E3 | 0 | 32 | B | 0 | 139 | 62 | 4B |
| Octal | 376 | 177 | 343 | 0 | 62 | 13 | 0 | 471 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11100011 | 0 | 110010 | 1011 | 0 | 100111001 | 1100010 | 1001011 |
Color Harmonies of #FE7FE3
Complementary color
Monochromatic Colors of #FE7FE3
Black with #FE7FE3
Text Example
Text Example
White with #FE7FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FE3; }
p { color: rgb(254,127,227); }
H1.HeaderClassName
{
color: #FE7FE3;
}
.AnyTagClassName
{
color: #FE7FE3;
}
</style>
background-color css
<style>
a { background-color: #FE7FE3; }
a { background-color: rgb(254,127,227); }
div.DivClassName
{
background-color: #FE7FE3;
}
.BgClassName
{
background-color: #FE7FE3;
}
</style>
border-color css
<style>
span { border-color: #FE7FE3; }
span { border-color: rgb(254,127,227); }
td.TdClassName
{
border-color: #FE7FE3;
}
.TagClassName
{
border-color: #FE7FE3;
}
</style>