Shades of Pale Magenta #FE7FE5
Tints of Pale Magenta #FE7FE5
RGB
CMYK
RGB Variations
Color information
#FE7FE5 (or 0xFE7FE5) is known color: Pale Magenta. HEX triplet: FE, 7F and E5. RGB value is (254,127,229). Sum of RGB (Red+Green+Blue) = 254+127+229=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 127 (50% from 255 or 20.82% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FE5 is #01801A. Grayscale: #B0B0B0. Windows color (decimal): -98331 or 15040510. OLE color: 15040510.
HSL color Cylindrical-coordinate representation of color #FE7FE5: hue angle of 311.81º 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 #FE7FE5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 229 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.00 |
| HSL | 311.81º | 0.98% | 0.75% | - |
| HSV(B) | 311.81º | 0.5% | 1% | - |
| XYZ | 62.61 | 41.91 | 78.92 | - |
| YUV | 176.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 229 | 0 | 0.50 | 0.10 | 0.00 | 311.81 | 0.98 | 0.75 |
| Hex | FE | 7F | E5 | 0 | 32 | A | 0 | 138 | 62 | 4B |
| Octal | 376 | 177 | 345 | 0 | 62 | 12 | 0 | 470 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11100101 | 0 | 110010 | 1010 | 0 | 100111000 | 1100010 | 1001011 |
Color Harmonies of #FE7FE5
Complementary color
Monochromatic Colors of #FE7FE5
Black with #FE7FE5
Text Example
Text Example
White with #FE7FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FE5; }
p { color: rgb(254,127,229); }
H1.HeaderClassName
{
color: #FE7FE5;
}
.AnyTagClassName
{
color: #FE7FE5;
}
</style>
background-color css
<style>
a { background-color: #FE7FE5; }
a { background-color: rgb(254,127,229); }
div.DivClassName
{
background-color: #FE7FE5;
}
.BgClassName
{
background-color: #FE7FE5;
}
</style>
border-color css
<style>
span { border-color: #FE7FE5; }
span { border-color: rgb(254,127,229); }
td.TdClassName
{
border-color: #FE7FE5;
}
.TagClassName
{
border-color: #FE7FE5;
}
</style>