Shades of Pale Magenta #FF92EE
Tints of Pale Magenta #FF92EE
RGB
CMYK
RGB Variations
Color information
#FF92EE (or 0xFF92EE) is known color: Pale Magenta. HEX triplet: FF, 92 and EE. RGB value is (255,146,238). Sum of RGB (Red+Green+Blue) = 255+146+238=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 146 (57.42% from 255 or 22.85% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF92EE is #006D11. Grayscale: #BCBCBC. Windows color (decimal): -27922 or 15635199. OLE color: 15635199.
HSL color Cylindrical-coordinate representation of color #FF92EE: hue angle of 309.36º 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 #FF92EE is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 238 | - |
| CMYK | 0 | 0.43 | 0.07 | 0 |
| HSL | 309.36º | 1% | 0.79% | - |
| HSV(B) | 309.36º | 0.43% | 1% | - |
| XYZ | 66.95 | 47.99 | 86.62 | - |
| YUV | 189.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 238 | 0 | 0.43 | 0.07 | 0 | 309.36 | 1 | 0.79 |
| Hex | FF | 92 | EE | 0 | 2B | 7 | 0 | 135 | 64 | 4F |
| Octal | 377 | 222 | 356 | 0 | 53 | 7 | 0 | 465 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11101110 | 0 | 101011 | 111 | 0 | 100110101 | 1100100 | 1001111 |
Color Harmonies of #FF92EE
Complementary color
Monochromatic Colors of #FF92EE
Black with #FF92EE
Text Example
Text Example
White with #FF92EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92EE; }
p { color: rgb(255,146,238); }
H1.HeaderClassName
{
color: #FF92EE;
}
.AnyTagClassName
{
color: #FF92EE;
}
</style>
background-color css
<style>
a { background-color: #FF92EE; }
a { background-color: rgb(255,146,238); }
div.DivClassName
{
background-color: #FF92EE;
}
.BgClassName
{
background-color: #FF92EE;
}
</style>
border-color css
<style>
span { border-color: #FF92EE; }
span { border-color: rgb(255,146,238); }
td.TdClassName
{
border-color: #FF92EE;
}
.TagClassName
{
border-color: #FF92EE;
}
</style>