Shades of Pale Magenta #FF92EC
Tints of Pale Magenta #FF92EC
RGB
CMYK
RGB Variations
Color information
#FF92EC (or 0xFF92EC) is known color: Pale Magenta. HEX triplet: FF, 92 and EC. RGB value is (255,146,236). Sum of RGB (Red+Green+Blue) = 255+146+236=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 146 (57.42% from 255 or 22.92% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF92EC is #006D13. Grayscale: #BCBCBC. Windows color (decimal): -27924 or 15504127. OLE color: 15504127.
HSL color Cylindrical-coordinate representation of color #FF92EC: hue angle of 310.46º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92EC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 236 | - |
| CMYK | 0 | 0.43 | 0.07 | 0 |
| HSL | 310.46º | 1% | 0.79% | - |
| HSV(B) | 310.46º | 0.43% | 1% | - |
| XYZ | 66.66 | 47.87 | 85.08 | - |
| YUV | 188.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 236 | 0 | 0.43 | 0.07 | 0 | 310.46 | 1 | 0.79 |
| Hex | FF | 92 | EC | 0 | 2B | 7 | 0 | 136 | 64 | 4F |
| Octal | 377 | 222 | 354 | 0 | 53 | 7 | 0 | 466 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11101100 | 0 | 101011 | 111 | 0 | 100110110 | 1100100 | 1001111 |
Color Harmonies of #FF92EC
Complementary color
Monochromatic Colors of #FF92EC
Black with #FF92EC
Text Example
Text Example
White with #FF92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92EC; }
p { color: rgb(255,146,236); }
H1.HeaderClassName
{
color: #FF92EC;
}
.AnyTagClassName
{
color: #FF92EC;
}
</style>
background-color css
<style>
a { background-color: #FF92EC; }
a { background-color: rgb(255,146,236); }
div.DivClassName
{
background-color: #FF92EC;
}
.BgClassName
{
background-color: #FF92EC;
}
</style>
border-color css
<style>
span { border-color: #FF92EC; }
span { border-color: rgb(255,146,236); }
td.TdClassName
{
border-color: #FF92EC;
}
.TagClassName
{
border-color: #FF92EC;
}
</style>