Shades of Pale Magenta #FE7FEA
Tints of Pale Magenta #FE7FEA
RGB
CMYK
RGB Variations
Color information
#FE7FEA (or 0xFE7FEA) is known color: Pale Magenta. HEX triplet: FE, 7F and EA. RGB value is (254,127,234). Sum of RGB (Red+Green+Blue) = 254+127+234=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 127 (50% from 255 or 20.65% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FEA is #018015. Grayscale: #B0B0B0. Windows color (decimal): -98326 or 15368190. OLE color: 15368190.
HSL color Cylindrical-coordinate representation of color #FE7FEA: hue angle of 309.45º 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 #FE7FEA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 234 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.00 |
| HSL | 309.45º | 0.98% | 0.75% | - |
| HSV(B) | 309.45º | 0.5% | 1% | - |
| XYZ | 63.31 | 42.19 | 82.65 | - |
| YUV | 177.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 234 | 0 | 0.50 | 0.08 | 0.00 | 309.45 | 0.98 | 0.75 |
| Hex | FE | 7F | EA | 0 | 32 | 8 | 0 | 135 | 62 | 4B |
| Octal | 376 | 177 | 352 | 0 | 62 | 10 | 0 | 465 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11101010 | 0 | 110010 | 1000 | 0 | 100110101 | 1100010 | 1001011 |
Color Harmonies of #FE7FEA
Complementary color
Monochromatic Colors of #FE7FEA
Black with #FE7FEA
Text Example
Text Example
White with #FE7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FEA; }
p { color: rgb(254,127,234); }
H1.HeaderClassName
{
color: #FE7FEA;
}
.AnyTagClassName
{
color: #FE7FEA;
}
</style>
background-color css
<style>
a { background-color: #FE7FEA; }
a { background-color: rgb(254,127,234); }
div.DivClassName
{
background-color: #FE7FEA;
}
.BgClassName
{
background-color: #FE7FEA;
}
</style>
border-color css
<style>
span { border-color: #FE7FEA; }
span { border-color: rgb(254,127,234); }
td.TdClassName
{
border-color: #FE7FEA;
}
.TagClassName
{
border-color: #FE7FEA;
}
</style>