Shades of Pale Magenta #FE75EC
Tints of Pale Magenta #FE75EC
RGB
CMYK
RGB Variations
Color information
#FE75EC (or 0xFE75EC) is known color: Pale Magenta. HEX triplet: FE, 75 and EC. RGB value is (254,117,236). Sum of RGB (Red+Green+Blue) = 254+117+236=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 117 (46.09% from 255 or 19.28% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE75EC is #018A13. Grayscale: #ABABAB. Windows color (decimal): -100884 or 15496702. OLE color: 15496702.
HSL color Cylindrical-coordinate representation of color #FE75EC: hue angle of 307.88º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75EC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 236 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.00 |
| HSL | 307.88º | 0.99% | 0.73% | - |
| HSV(B) | 307.88º | 0.54% | 1% | - |
| XYZ | 62.37 | 39.85 | 83.76 | - |
| YUV | 171.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 236 | 0 | 0.54 | 0.07 | 0.00 | 307.88 | 0.99 | 0.73 |
| Hex | FE | 75 | EC | 0 | 36 | 7 | 0 | 134 | 63 | 49 |
| Octal | 376 | 165 | 354 | 0 | 66 | 7 | 0 | 464 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11101100 | 0 | 110110 | 111 | 0 | 100110100 | 1100011 | 1001001 |
Color Harmonies of #FE75EC
Complementary color
Monochromatic Colors of #FE75EC
Black with #FE75EC
Text Example
Text Example
White with #FE75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75EC; }
p { color: rgb(254,117,236); }
H1.HeaderClassName
{
color: #FE75EC;
}
.AnyTagClassName
{
color: #FE75EC;
}
</style>
background-color css
<style>
a { background-color: #FE75EC; }
a { background-color: rgb(254,117,236); }
div.DivClassName
{
background-color: #FE75EC;
}
.BgClassName
{
background-color: #FE75EC;
}
</style>
border-color css
<style>
span { border-color: #FE75EC; }
span { border-color: rgb(254,117,236); }
td.TdClassName
{
border-color: #FE75EC;
}
.TagClassName
{
border-color: #FE75EC;
}
</style>