Shades of Pale Magenta #FE79EE
Tints of Pale Magenta #FE79EE
RGB
CMYK
RGB Variations
Color information
#FE79EE (or 0xFE79EE) is known color: Pale Magenta. HEX triplet: FE, 79 and EE. RGB value is (254,121,238). Sum of RGB (Red+Green+Blue) = 254+121+238=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 121 (47.66% from 255 or 19.74% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79EE is #018611. Grayscale: #ADADAD. Windows color (decimal): -99858 or 15628798. OLE color: 15628798.
HSL color Cylindrical-coordinate representation of color #FE79EE: hue angle of 307.22º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE79EE is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 238 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.00 |
| HSL | 307.22º | 0.99% | 0.74% | - |
| HSV(B) | 307.22º | 0.52% | 1% | - |
| XYZ | 63.14 | 40.92 | 85.46 | - |
| YUV | 174.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 238 | 0 | 0.52 | 0.06 | 0.00 | 307.22 | 0.99 | 0.74 |
| Hex | FE | 79 | EE | 0 | 34 | 6 | 0 | 133 | 63 | 4A |
| Octal | 376 | 171 | 356 | 0 | 64 | 6 | 0 | 463 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11101110 | 0 | 110100 | 110 | 0 | 100110011 | 1100011 | 1001010 |
Color Harmonies of #FE79EE
Complementary color
Monochromatic Colors of #FE79EE
Black with #FE79EE
Text Example
Text Example
White with #FE79EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79EE; }
p { color: rgb(254,121,238); }
H1.HeaderClassName
{
color: #FE79EE;
}
.AnyTagClassName
{
color: #FE79EE;
}
</style>
background-color css
<style>
a { background-color: #FE79EE; }
a { background-color: rgb(254,121,238); }
div.DivClassName
{
background-color: #FE79EE;
}
.BgClassName
{
background-color: #FE79EE;
}
</style>
border-color css
<style>
span { border-color: #FE79EE; }
span { border-color: rgb(254,121,238); }
td.TdClassName
{
border-color: #FE79EE;
}
.TagClassName
{
border-color: #FE79EE;
}
</style>