#FF92E9

Color #FF92E9 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF92E9

Tints of Pale Magenta #FF92E9

Color information

#FF92E9 (or 0xFF92E9) is unknown color: approx Pale Magenta. HEX triplet: FF, 92 and E9. RGB value is (255,146,233). Sum of RGB (Red+Green+Blue) = 255+146+233=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 146 (57.42% from 255 or 23.03% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF92E9 is #006D16. Grayscale: #BCBCBC. Windows color (decimal): -27927 or 15307519. OLE color: 15307519.

HSL color Cylindrical-coordinate representation of color #FF92E9: hue angle of 312.11º 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 #FF92E9 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255146233-
CMYK00.430.090
HSL312.11º100%78.63%-
HSV(B)312.11º42.75%100%-
XYZ66.2347.782.81-
YUV188.51153.11175.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 146 (57.42% from 255) = 23.03%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=40.22%
G=23.03%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514623300.430.090312.1110078.63
HexFF92E902B90138644f
Octal377222351053110470144117
Binary11111111100100101110100101010111001010011100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF92E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF92E9; }

 p { color: rgb(255,146,233); }

 H1.HeaderClassName
 {
   color: #FF92E9;
 }
 .AnyTagClassName
 {
   color: #FF92E9;
 }
</style>
background-color css

<style>
 a { background-color: #FF92E9; }

 a { background-color: rgb(255,146,233); }

 div.DivClassName
 {
   background-color: #FF92E9;
 }
 .BgClassName
 {
   background-color: #FF92E9;
 }
</style>
border-color css

<style>
 span { border-color: #FF92E9; }

 span { border-color: rgb(255,146,233); }

 td.TdClassName
 {
   border-color: #FF92E9;
 }
 .TagClassName
 {
   border-color: #FF92E9;
 }
</style>