Shades of Pale Magenta #FF92ED
Tints of Pale Magenta #FF92ED
RGB
CMYK
RGB Variations
Color information
#FF92ED (or 0xFF92ED) is known color: Pale Magenta. HEX triplet: FF, 92 and ED. RGB value is (255,146,237). Sum of RGB (Red+Green+Blue) = 255+146+237=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 146 (57.42% from 255 or 22.88% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF92ED is #006D12. Grayscale: #BCBCBC. Windows color (decimal): -27923 or 15569663. OLE color: 15569663.
HSL color Cylindrical-coordinate representation of color #FF92ED: hue angle of 309.91º 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 #FF92ED is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 237 | - |
| CMYK | 0 | 0.43 | 0.07 | 0 |
| HSL | 309.91º | 1% | 0.79% | - |
| HSV(B) | 309.91º | 0.43% | 1% | - |
| XYZ | 66.8 | 47.93 | 85.85 | - |
| YUV | 188.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 237 | 0 | 0.43 | 0.07 | 0 | 309.91 | 1 | 0.79 |
| Hex | FF | 92 | ED | 0 | 2B | 7 | 0 | 136 | 64 | 4F |
| Octal | 377 | 222 | 355 | 0 | 53 | 7 | 0 | 466 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11101101 | 0 | 101011 | 111 | 0 | 100110110 | 1100100 | 1001111 |
Color Harmonies of #FF92ED
Complementary color
Monochromatic Colors of #FF92ED
Black with #FF92ED
Text Example
Text Example
White with #FF92ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92ED; }
p { color: rgb(255,146,237); }
H1.HeaderClassName
{
color: #FF92ED;
}
.AnyTagClassName
{
color: #FF92ED;
}
</style>
background-color css
<style>
a { background-color: #FF92ED; }
a { background-color: rgb(255,146,237); }
div.DivClassName
{
background-color: #FF92ED;
}
.BgClassName
{
background-color: #FF92ED;
}
</style>
border-color css
<style>
span { border-color: #FF92ED; }
span { border-color: rgb(255,146,237); }
td.TdClassName
{
border-color: #FF92ED;
}
.TagClassName
{
border-color: #FF92ED;
}
</style>